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
commitd1b70ffa03863b810813dd9d098b38500d4be424 (patch)
treea25e3f5a25f5eaf3da566d9d1f6dd3e034289b60 /headers.h
parente00d4805d71de8bb32c9af600f5bd8fce2414d5d (diff)
downloadbitcoin-d1b70ffa03863b810813dd9d098b38500d4be424.tar.xz
tray icon + ask before closing
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>