mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Merge pull request #335 from nu774/issue328
issue328: _imagingcms.c: include windef.h to fix build issue on MSVC
This commit is contained in:
		
						commit
						37c8a8eec6
					
				| 
						 | 
					@ -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