diff options
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;
|