Use LLVM_ON_WIN32 instead of WIN32 CPP macro.
This commit is contained in:
parent
99a5488e9f
commit
9729c6b1f6
@ -22,7 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef LLVM_ON_WIN32
|
||||
#include <Windows.h>
|
||||
#include <shlobj.h>
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user