UpstandingHackers / hammer

Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.
GNU General Public License v2.0
430 stars 40 forks source link

Add workaround for VS2015 so that appveyor works #145

Closed uucidl closed 9 years ago

uucidl commented 9 years ago

It seems Appveyor's images have been changed. The builds could not find standard library headers anymore.

It seems to be an interaction between MS' scripts and the Windows Driver Kit that is installed there.

One way to disable this interaction is to rename the wdf folder to some other name.

See: