Merge pull request #335 from nu774/issue328

issue328: _imagingcms.c: include windef.h to fix build issue on MSVC
This commit is contained in:
Alex Clark ☺ 2013-09-27 04:31:09 -07:00
commit 37c8a8eec6

View File

@ -33,6 +33,7 @@ http://www.cazabon.com\n\
#endif
#ifdef WIN32
#include <windef.h>
#include <wingdi.h>
#endif