mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
--Bug fixes
-Case insensitive comparisons via stricmp() were wrong on non-Windows systems.
This commit is contained in:
parent
8614ae86a9
commit
30c2a103c9
@ -17,7 +17,7 @@
|
||||
#define fopen_s(pFile,filename,mode) ((*(pFile)=fopen((filename),(mode)))==nullptr)
|
||||
#define _stat stat
|
||||
#define _fstat fstat
|
||||
#define _stricmp strcmp
|
||||
#define _stricmp strcasecmp
|
||||
typedef int errno_t;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user