[WIN32] Unicode glutCreateWindow()
Status: Beta
Brought to you by:
rkrolib
Wang Jia (wngjia on sourceforge) filed freeglut bug
report 1243346 stating that the library identifier tring
in a call to, apparently, CreateWindowEx(), should be
wrapped in the _T() macro to make it Unicode.
I am not sure if this is legal or necessary. I need to
check the CreateWindowEx() documentation first.
This is purely an internal issue. It is NOT an issue
with whether any part of the OpenGLEAN API supports
Unicode.
Logged In: YES
user_id=854844
I've added a \todo note in the code. I'm still not sure if
this is safe/desirable/necessary.