diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-11 17:48:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-11 17:48:18 +0000 |
commit | 2fbe1d2262383b272ef887d712f308f787cf33f1 (patch) | |
tree | 772a78df1caf0be843d8778344e02ac750ba7a03 /plugins/CryptoPP/src/commonheaders.h | |
parent | 48fc03aa394f4506c6053323386c040fede13a29 (diff) |
64-bit compatible version of CryptoPP
git-svn-id: http://svn.miranda-ng.org/main/trunk@4917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index aa2b79c773..0d1c068d9e 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -29,6 +29,8 @@ #include <windows.h>
#include <wincrypt.h>
#include <winsock2.h>
+#include <CommCtrl.h>
+#include <CommDlg.h>
#include <malloc.h>
#include <process.h>
@@ -70,9 +72,6 @@ extern LPCSTR szModuleName;
extern LPCSTR szVersionStr;
-extern TCHAR TEMP[MAX_PATH];
-extern int TEMP_SIZE;
-extern BOOL isVista;
// shared vars
extern HINSTANCE g_hInst;
|