]> OCCT Git - occt.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)
committerbugmaster <bugmaster@opencascade.com>
Fri, 6 Oct 2017 07:27:57 +0000 (10:27 +0300)
commitc85a994a3775928fa6cc55afff89180a10f495f6
treedaad72ef53360335e639f901ee0d20fc9157086b
parent03d960b8de01cb671fc5df31b693da3b56adfcef
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