mirror of
https://github.com/halpz/re3.git
synced 2025-07-14 10:18:10 +00:00
Linux build support
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#include "common.h"
|
||||
|
||||
#if defined _WIN32 && !defined __MINGW32__
|
||||
#include "ctype.h"
|
||||
#else
|
||||
#include <cwctype>
|
||||
#endif
|
||||
|
||||
#include "General.h"
|
||||
#include "RwHelper.h"
|
||||
|
Reference in New Issue
Block a user