diff options
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 10 |
1 files changed, 0 insertions, 10 deletions
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 <winsock2.h>
-#else
-#include <windows.h>
-#endif
#include <commctrl.h>
#include <commdlg.h>
@@ -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
/////////////////////////////////////////////////
|