Compile error in VS 2013
Created originally on Bitbucket by taewookk (Taewook Kang)
When I compiled cffi on my Windows 7 PC using Visual Studio Express 2013, following error occurred. Commenting out 225 line of 'c/misc_win32.h' removed this error, but source files generated from cffi also had this problem. So, I have to comment out 783 line of 'cffi/vengine_cpy.py'
#!text
d:\work\cffi\c\misc_win32.h(225) : error C2632: 'char' followed by 'bool' is illegal.