mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Fix #5. Use our own function instead of wxRemoveFile, because the latter shows an error when the file doesn't exist.
This commit is contained in:
@@ -118,7 +118,7 @@ class TokenIterator {
|
||||
// ----------------------------------------------------------------------------- : Characters
|
||||
|
||||
bool isUnicodeAlpha(Char c) {
|
||||
#if wxMSW
|
||||
#if defined(__WXMSW__)
|
||||
return false;
|
||||
#else
|
||||
// libc's iswalpha doesn't work on non-ascii characters. For the parser let's just say that anything >=128 is alphabetic
|
||||
|
||||
Reference in New Issue
Block a user