From 25b8dcd3e31a9b09ce6180d34273d68242791d79 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 16 Sep 2013 13:47:55 +0000 Subject: removed not needed _MSC_VER checks git-svn-id: http://svn.miranda-ng.org/main/trunk@6085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/gg.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'protocols/Gadu-Gadu/src') diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 0fb853d5d5..8c77df9033 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -37,11 +37,7 @@ // Windows headers // Visual C++ .NET tries to include winsock.h // which is very ver bad -#if (_MSC_VER >= 1300) #include -#else -#include -#endif #include #include @@ -85,11 +81,7 @@ #include "m_folders.h" // Visual C++ extras -#ifdef _MSC_VER #define GGINLINE -#else -#define GGINLINE inline -#endif // Plugin headers #include "resource.h" @@ -300,14 +292,12 @@ struct GGGETAVATARDATA #define GG_POPUP_MULTILOGON 16 // Some MSVC compatibility with gcc -#ifdef _MSC_VER #ifndef strcasecmp #define strcasecmp _strcmpi #endif #ifndef strncasecmp #define strncasecmp _strnicmp #endif -#endif // Global variables ///////////////////////////////////////////////// -- cgit v1.2.3