diff options
Diffstat (limited to 'CryptoPP/PGPw/commonheaders.cpp')
-rw-r--r-- | CryptoPP/PGPw/commonheaders.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CryptoPP/PGPw/commonheaders.cpp b/CryptoPP/PGPw/commonheaders.cpp new file mode 100644 index 0000000..763395f --- /dev/null +++ b/CryptoPP/PGPw/commonheaders.cpp @@ -0,0 +1,5 @@ +#include "commonheaders.h"
+
+LPCSTR szModuleName = MODULENAME;
+LPCSTR szVersionStr = MODULENAME" DLL ("__VERSION_STRING")";
+HINSTANCE g_hInst;
|