From 2fae6b0ebfb77c78b76dd48e29ece269127c87ae Mon Sep 17 00:00:00 2001 From: blacksirius Date: Sun, 3 Jun 2012 16:07:26 +0000 Subject: fixed portability issue. (As long as we support other compilers than MSC/ICC we have to check explicitly for compiler and not only on Platform ... ) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16218 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/cbasetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h index f36c7abf4..5ed4a3974 100644 --- a/src/common/cbasetypes.h +++ b/src/common/cbasetypes.h @@ -219,7 +219,7 @@ typedef uintptr_t uintptr; #endif // keyword replacement -#ifdef _WIN32 +#ifdef _MSC_VER // For MSVC (windows) #define inline __inline #define forceinline __forceinline -- cgit v1.2.3-60-g2f50