mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
issue328: _imagingcms.c: include windef.h to fix build issue on MSVC
This commit is contained in:
parent
6d8c6f582a
commit
c09a0fd815
|
@ -33,6 +33,7 @@ http://www.cazabon.com\n\
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
#include <windef.h>
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user