mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 07:10:34 +00:00
Fix casepath chaos
This commit is contained in:
parent
ef7afe5f2f
commit
c87b639a84
6 changed files with 150 additions and 119 deletions
|
@ -23,7 +23,7 @@ enum eWinVersion
|
|||
#include "win.h"
|
||||
#endif
|
||||
extern DWORD _dwOperatingSystemVersion;
|
||||
|
||||
#define fcaseopen fopen
|
||||
#else
|
||||
char *strupr(char *str);
|
||||
char *strlwr(char *str);
|
||||
|
@ -43,7 +43,9 @@ enum {
|
|||
};
|
||||
|
||||
extern long _dwOperatingSystemVersion;
|
||||
int casepath(char const *path, char *r);
|
||||
char *casepath(char const *path, bool checkPathFirst = true);
|
||||
FILE *_fcaseopen(char const *filename, char const *mode);
|
||||
#define fcaseopen _fcaseopen
|
||||
#endif
|
||||
|
||||
#ifdef RW_GL3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue