mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-02 06:16:17 -04:00
--Bug fixes
-Case insensitive comparisons via stricmp() were wrong on non-Windows systems.
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user