- fixed broken win32 compiling

This commit is contained in:
Mark Vejvoda
2011-06-08 08:00:23 +00:00
parent f65bfe8710
commit ef0fbc5886
4 changed files with 282 additions and 21 deletions

View File

@@ -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