Added hash define for windows fonts
diff --git a/demo/FTGLDemo.cpp b/demo/FTGLDemo.cpp
index 9cd1f5a..317fd96 100644
--- a/demo/FTGLDemo.cpp
+++ b/demo/FTGLDemo.cpp
@@ -25,6 +25,10 @@
#define FONT_FILE "/Users/henry/Development/PROJECTS/FTGL/ftglcvs/FTGL/demo/arial.ttf"
#define FONT_INFO "/Users/henry/Development/PROJECTS/FTGL/ftglcvs/FTGL/demo/arial.ttf"
#endif
+#ifdef WIN32
+ #define FONT_FILE "C:\\WINNT\\Fonts\\arial.ttf"
+ #define FONT_INFO "C:\\WINNT\\Fonts\\arial.ttf"
+#endif
#define EDITING 1
#define INTERACTIVE 2