mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Fixed platform/strings.h to work again on Linux
This commit is contained in:
parent
a26641cca1
commit
5005f5eb06
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
screenshot*.png
|
||||
*.o
|
||||
*.a
|
||||
*~
|
||||
data
|
||||
CMakeFiles
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
#pragma warning(disable: 4996)
|
||||
#define strcasecmp stricmp
|
||||
#define snprintf _snprintf
|
||||
#else
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue