occt: master c85a994a

Author Committer Branch Timestamp Parent
kgv bugmaster master 2017-09-30 16:52:10 master 03d960b8
Affected Issues  0029169: Configuration - fix compilation with undefined UNICODE on Windows
Changeset 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).
mod - src/Draw/init.cxx Diff File
mod - src/OSD/OSD_Host.cxx Diff File
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx Diff File
mod - src/WNT/WNT_WClass.cxx Diff File