Use LLVM_ON_WIN32 instead of WIN32 CPP macro.

This commit is contained in:
Axel Naumann 2015-02-23 00:15:01 +01:00 committed by sftnight
parent 99a5488e9f
commit 9729c6b1f6

View File

@ -22,7 +22,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#ifdef WIN32
#ifdef LLVM_ON_WIN32
#include <Windows.h>
#include <shlobj.h>
#else