From: Mikko Rasa Date: Tue, 14 Jun 2016 05:04:42 +0000 (+0300) Subject: Use #ifdef _WIN32 rather than WIN32 X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=5a32939eb6e576c223e1be5f80226d9e628a2398;hp=5a32939eb6e576c223e1be5f80226d9e628a2398 Use #ifdef _WIN32 rather than WIN32 It is the proper compiler-defined macro to use. WIN32 is defined by SDK headers and may not appear in all cases. ---