Cleanup redefinitions of inline and strcasecmp on MSVC

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@611 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-08-22 23:32:18 +00:00
parent 776226572c
commit f4d639b8e4
3 changed files with 2 additions and 10 deletions

View File

@ -10,3 +10,5 @@
#define snprintf _snprintf
#define fileno _fileno
#define inline __inline

View File

@ -26,10 +26,6 @@
#include "tex.h" // texture page loading
#include "bspfunc.h" // for imd functions
#ifdef _MSC_VER //fixed for .net -Q
#define strcasecmp stricmp
#define strncasecmp strnicmp
#endif
// Static variables
static uint32 _IMD_FLAGS;

View File

@ -85,12 +85,6 @@ static unsigned int music_rate;
#endif
#ifdef _MSC_VER //fixed for .net -Q
#define inline __inline
#define strcasecmp stricmp
#define strncasecmp strnicmp
#endif
void PlayList_Init();
void PlayList_Quit();