Visual Studio fixes

This commit is contained in:
jacksonmj
2011-09-03 06:24:29 +08:00
committed by Simon Robertshaw
parent 3d5d10b1ed
commit 5892c74595
5 changed files with 11 additions and 8 deletions

View File

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