summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-24 09:27:36 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-24 09:27:36 +0000
commit7a45d135e355d566cf9dc8ac46678f5b2e3a5f58 (patch)
tree4b976307d21d278c0e29b06f6d4bbe9df495848f /plugins/UserInfoEx
parent72e8e4bc6a04ec0cd9a1ee1aceeadf5796940c6f (diff)
- compilation fix
- warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/src/commonheaders.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/commonheaders.h b/plugins/UserInfoEx/src/commonheaders.h
index 2348a06b5d..2645d39356 100644
--- a/plugins/UserInfoEx/src/commonheaders.h
+++ b/plugins/UserInfoEx/src/commonheaders.h
@@ -89,8 +89,6 @@ using namespace std;
* UserInfoEx plugin includes and macros
***********************************************************************************************************/
-#pragma intrinsic(memcmp, memcpy, memset, mir_strcmp, mir_strlen)
-
#ifndef MIR_OK
#define MIR_OK 0 // success value of a miranda service function
#define MIR_FAIL 1 // general failure value of a miranda service function