Patch index f78a14b..6b46fad 100644 --- a/goo/GooMutex.h +++ b/goo/GooMutex.h @@ -22,7 +22,7 @@ // ... // gDestroyMutex(&m); -#ifdef WIN32 +#ifdef _WIN32 #include <windows.h> See http://msdn.microsoft.com/en-us/library/b0084kay(VS.80).aspx
If seems we use WIN32 instead of _WIN32 in lots of places, as it seems you have a proper windows test system can you please patch and test them all?
Created attachment 29989 [details] [review] All instances of WIN32 (except cmake related) converted Compiles and runs pdftohtml and pdftoppm correctly with Visual Studio 2008 (all dependencies also compiled with VS 2008)
for more information: http://stackoverflow.com/questions/662084/whats-the-difference-between-the-win32-and-win32-defines-in-c
Patch commited
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.