mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 02:13:44 +00:00
More linux fix
This commit is contained in:
parent
b484638bb9
commit
da10ce7b05
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
#include "common.h"
|
||||
#include "KeyGen.h"
|
||||
#if defined _WIN32 && !defined __MINGW32__
|
||||
#include "ctype.h"
|
||||
#else
|
||||
#include <cwctype>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
uint32 CKeyGen::keyTable[256] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue