From 7a45d135e355d566cf9dc8ac46678f5b2e3a5f58 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 24 May 2015 09:27:36 +0000 Subject: - compilation fix - warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/commonheaders.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/UserInfoEx') 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 -- cgit v1.2.3