diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-11 19:33:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-11 19:33:28 +0000 |
commit | f51e892df8b11537714ffc3af8e09d44d6f14c7b (patch) | |
tree | 9002093661f7eac49f04f69db50f99f7588e94a5 /plugins/CryptoPP/src/commonheaders.h | |
parent | 324462d57d92078e16c9afc33e7d1da0bf2a3ad0 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4921 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index 0d1c068d9e..b59445c548 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -38,9 +38,6 @@ #include <stdlib.h>
#include <string.h>
-#pragma comment(lib,"kernel32.lib")
-#pragma comment(lib,"user32.lib")
-
#ifndef M_API_H__
#define M_API_H__
|