[splittiming] Revert silly mistake.
This commit is contained in:
@@ -190,6 +190,13 @@ template<int> struct CompileAssertDecl { };
|
|||||||
/** @brief Use RStrings throughout the program. */
|
/** @brief Use RStrings throughout the program. */
|
||||||
typedef StdString::CStdString RString;
|
typedef StdString::CStdString RString;
|
||||||
|
|
||||||
|
#if !defined(WIN32)
|
||||||
|
/** @brief Define stricmp to be strcasecmp. */
|
||||||
|
#define stricmp strcasecmp
|
||||||
|
/** @brief Define strnicmp to be strncasecmp. */
|
||||||
|
#define strnicmp strncasecmp
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "RageException.h"
|
#include "RageException.h"
|
||||||
|
|
||||||
/* Define a few functions if necessary */
|
/* Define a few functions if necessary */
|
||||||
|
|||||||
Reference in New Issue
Block a user