mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-26 23:24:19 +02:00
More linux fix
This commit is contained in:
@@ -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] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user