mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 18:40:12 -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 fopen_s(pFile,filename,mode) ((*(pFile)=fopen((filename),(mode)))==nullptr)
|
||||||
#define _stat stat
|
#define _stat stat
|
||||||
#define _fstat fstat
|
#define _fstat fstat
|
||||||
#define _stricmp strcmp
|
#define _stricmp strcasecmp
|
||||||
typedef int errno_t;
|
typedef int errno_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user