Remove now unneeded workaround

The workaround would now cause build failures in Appveyor as seem to
have pre-emptively applied it to their environments.

I'm not too happy about their handling of the issue. Seems fiddly.

Anyway this commit is now required to build on Appveyor.
This commit is contained in:
Nicolas Léveillé 2015-09-22 10:16:53 +02:00
parent e0a41a85fc
commit a02045b44e

View file

@ -12,7 +12,6 @@ build_script:
} Else {
$env:VCVARS_PLATFORM="amd64"
}
ren 'C:\Program Files (x86)\Windows Kits\10\include\wdf' '00wdf'
- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
- call tools\windows\build.bat
# FIXME(windows) TODO(uucidl): reactivate examples