Visual Studio fixes

This commit is contained in:
jacksonmj
2011-06-22 19:22:48 +01:00
committed by Simon Robertshaw
parent 04b3eb11fd
commit 36e2a07a5b
6 changed files with 73 additions and 35 deletions

View File

@@ -1,3 +1,5 @@
#ifdef FONTEDITOR
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -282,3 +284,5 @@ int main(int argc, char *argv[])
return 0;
}
#endif