diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-01-09 12:33:45 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-01-09 12:33:45 +0100 |
commit | da10ce7b055cefa8da1fcd6022141e681b379573 (patch) | |
tree | 1ec54366fa05d307c7ad1df0c2713e7967c68ce5 /src/core/KeyGen.cpp | |
parent | Merge remote-tracking branch 'origin/lcs' into lcs (diff) | |
download | re3-da10ce7b055cefa8da1fcd6022141e681b379573.tar re3-da10ce7b055cefa8da1fcd6022141e681b379573.tar.gz re3-da10ce7b055cefa8da1fcd6022141e681b379573.tar.bz2 re3-da10ce7b055cefa8da1fcd6022141e681b379573.tar.lz re3-da10ce7b055cefa8da1fcd6022141e681b379573.tar.xz re3-da10ce7b055cefa8da1fcd6022141e681b379573.tar.zst re3-da10ce7b055cefa8da1fcd6022141e681b379573.zip |
Diffstat (limited to 'src/core/KeyGen.cpp')
-rw-r--r-- | src/core/KeyGen.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/KeyGen.cpp b/src/core/KeyGen.cpp index c54e390c..c95ab4b1 100644 --- a/src/core/KeyGen.cpp +++ b/src/core/KeyGen.cpp @@ -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] = { |