builtins: tweak Windows build

Include Windows.h instead of winbase.h and windef.h

Patch by Tee Hao Wei!

llvm-svn: 249373
This commit is contained in:
Saleem Abdulrasool 2015-10-06 04:32:59 +00:00
parent 5499f4a35e
commit 89a92b9fb2
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
#define HAVE_SYSCONF 1
#ifdef _WIN32
#include <windef.h>
#include <winbase.h>
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#else
#ifndef __APPLE__
#include <unistd.h>