[splittiming] Revert silly mistake.

This commit is contained in:
Jason Felds
2011-05-16 17:24:35 -04:00
parent 430de65cef
commit da7226ed0a
+7
View File
@@ -190,6 +190,13 @@ template<int> struct CompileAssertDecl { };
/** @brief Use RStrings throughout the program. */
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"
/* Define a few functions if necessary */