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: https://svn.code.sf.net/p/freeglut/code/trunk@716 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2007-09-16 04:16:49 +00:00
parent 9c2a742925
commit 146beb5f88

View File

@ -713,7 +713,7 @@ void fgOpenWindow( SFG_Window* window, const char* title,
#else #else
window->Window.Handle = CreateWindowEx( window->Window.Handle = CreateWindowEx(
exFlags, exFlags,
"FREEGLUT", _T("FREEGLUT"),
title, title,
flags, flags,
x, y, w, h, x, y, w, h,