Added Windows "nmake" Makefiles and dependency files for the two "freeglut" projects...
[freeglut] / src / freeglut_window.c
index 69afdf8..5ab924f 100644 (file)
@@ -713,7 +713,7 @@ void fgOpenWindow( SFG_Window* window, const char* title,
 #else
     window->Window.Handle = CreateWindowEx(
         exFlags,
-        "FREEGLUT",
+        _T("FREEGLUT"),
         title,
         flags,
         x, y, w, h,