summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-09-02 22:24:29 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-09-05 00:40:17 (GMT)
commit5892c745955fb3afeb69176a1233efb7eb3751b4 (patch)
tree0256dc1ccfb9add81a52ed56892842ed990d1bdc /font
parent3d5d10b1edb25b8910427759acac1361aabd6555 (diff)
downloadpowder-5892c745955fb3afeb69176a1233efb7eb3751b4.zip
powder-5892c745955fb3afeb69176a1233efb7eb3751b4.tar.gz
Visual Studio fixes
Diffstat (limited to 'font')
-rw-r--r--font/unpacker.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/font/unpacker.c b/font/unpacker.c
index 95fbf0c..d2df723 100644
--- a/font/unpacker.c
+++ b/font/unpacker.c
@@ -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;
-} \ No newline at end of file
+}
+
+#endif