Fixing bug #1688954, submitted in Marcy '07. I changed "FREEGLUT" to _T("FREEGLUT...
authorJohn F. Fay <johnffay@nettally.com>
Sun, 16 Sep 2007 04:16:49 +0000 (04:16 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sun, 16 Sep 2007 04:16:49 +0000 (04:16 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@716 7f0cb862-5218-0410-a997-914c9d46530a

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,