mirror of
https://github.com/glest/glest-source.git
synced 2025-10-03 19:01:53 +02:00
- more updates to handle unicode (most of the focus was getting tools working in windows using non ascii file paths)
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Shared { namespace PlatformCommon {
|
||||
const int IRC_SERVER_PORT = 6667;
|
||||
|
||||
void addlog (const char * fmt, ...) {
|
||||
FILE * fp;
|
||||
//FILE * fp;
|
||||
char buf[1024];
|
||||
va_list va_alist;
|
||||
|
||||
|
Reference in New Issue
Block a user