mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 06:43:43 +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 "common.h"
|
||||||
#include "KeyGen.h"
|
#include "KeyGen.h"
|
||||||
#if defined _WIN32 && !defined __MINGW32__
|
#include <ctype.h>
|
||||||
#include "ctype.h"
|
|
||||||
#else
|
|
||||||
#include <cwctype>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
uint32 CKeyGen::keyTable[256] =
|
uint32 CKeyGen::keyTable[256] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue