issue328: _imagingcms.c: include windef.h to fix build issue on MSVC

This commit is contained in:
nu774 2013-09-27 20:16:34 +09:00
parent 6d8c6f582a
commit c09a0fd815

View File

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