Skip to content

Commit

Permalink
linux fixes take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Sep 25, 2024
1 parent c19dfa0 commit f80b204
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/game/server/gamerules/multiplay_gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "global.h"
#include "svglobals.h"
#include "mscharacter.h"
#include "fn/FNShareddefs.h"

extern DLL_GLOBAL CGameRules *g_pGameRules;
extern DLL_GLOBAL BOOL g_fGameOver;
Expand Down
8 changes: 0 additions & 8 deletions src/game/shared/strhelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
#ifdef POSIX
char* strupr(char* start);
char* strlower(char* start);

#define _strupr strupr
#define _strlwr strlower
#define _snprintf snprintf
#define _vsnprintf(a, b, c, d) vsnprintf(a, b, c, d)
#define strnicmp strncasecmp
#define _strnicmp strncasecmp
#define _stricmp strcasecmp
#endif

#endif // STR_HELPER_H

0 comments on commit f80b204

Please sign in to comment.