]> OCCT Git - occt-copy.git/commit
0029169: Configuration - fix compilation with undefined UNICODE on Windows
authorkgv <kgv@opencascade.com>
Sat, 30 Sep 2017 16:52:10 +0000 (19:52 +0300)
committerkgv <kgv@opencascade.com>
Mon, 4 Dec 2017 18:17:26 +0000 (21:17 +0300)
commit98781c41d30ccdd4223ba3c56c7daa791d09de7f
tree927befeba6e769f06de500608be14ce22290d927
parentddb008c962b3f7ccf55d07b9ca8f83e1a23ff366
0029169: Configuration - fix compilation with undefined UNICODE on Windows

Eliminated usage of TEXT macros, usage of OSVERSIONINFO instead of OSVERSIONINFOW.
LoadIcon/LoadCursor are now used instead of LoadIconW/LoadCursorW
when passing macros to standard resources (which depend on UNICODE flag).
src/Draw/init.cxx
src/OSD/OSD_Host.cxx
src/ViewerTest/ViewerTest_ViewerCommands.cxx
src/WNT/WNT_WClass.cxx