Use _WIN32 to detect if building for Windows.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "native.h"
|
||||
#include "generic.h"
|
||||
|
||||
Reference in New Issue
Block a user