mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +02:00
- fixed broken win32 compiling
This commit is contained in:
@@ -584,7 +584,7 @@ namespace Shared { namespace Util {
|
||||
return !(iss >> t).fail();
|
||||
}
|
||||
|
||||
static int ASCIItoUTF8(const byte c, byte *out);
|
||||
static int ASCIItoUTF8(const Shared::Platform::byte c, Shared::Platform::byte *out);
|
||||
}; // class String
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user