aboutsummaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
authorsirius-m <sirius-m@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-09-24 04:09:56 +0000
committersirius-m <sirius-m@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-09-24 04:09:56 +0000
commitdba0fd9b6a76897bbb42b2b6dcfb3b84b8558936 (patch)
treea25e3f5a25f5eaf3da566d9d1f6dd3e034289b60 /headers.h
parent8dca7864f793072701f810e4c5ea12a6e1087085 (diff)
downloadbitcoin-dba0fd9b6a76897bbb42b2b6dcfb3b84b8558936.tar.xz
tray icon + ask before closing
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@10 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/headers.h b/headers.h
index 7bd68a1994..92911505b8 100644
--- a/headers.h
+++ b/headers.h
@@ -10,11 +10,16 @@
#ifdef _WIN32_WINNT
#undef _WIN32_WINNT
#endif
-#define _WIN32_WINNT 0x0400
+#define _WIN32_WINNT 0x0500
+#ifdef _WIN32_IE
+#undef _WIN32_IE
+#endif
+#define _WIN32_IE 0x0500
#define WIN32_LEAN_AND_MEAN 1
#include <wx/wx.h>
#include <wx/clipbrd.h>
#include <wx/snglinst.h>
+#include <wx/taskbar.h>
#include <openssl/ecdsa.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
@@ -32,6 +37,7 @@
#include <assert.h>
#include <process.h>
#include <malloc.h>
+#include <shlobj.h>
#include <memory>
#define BOUNDSCHECK 1
#include <sstream>