From: John F. Fay Date: Sun, 16 Sep 2007 04:16:49 +0000 (+0000) Subject: Fixing bug #1688954, submitted in Marcy '07. I changed "FREEGLUT" to _T("FREEGLUT... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=b97deabebdfe696a1396f759bf8b0a256d433180;p=freeglut Fixing bug #1688954, submitted in Marcy '07. I changed "FREEGLUT" to _T("FREEGLUT") and nothing changed on my Windows XP system. If this will allow it to work on Vista, then in it goes. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@716 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_window.c b/src/freeglut_window.c index 69afdf8..5ab924f 100644 --- a/src/freeglut_window.c +++ b/src/freeglut_window.c @@ -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,