mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Merge pull request #7180 from radarhere/int64
This commit is contained in:
		
						commit
						9d08c8247d
					
				| 
						 | 
					@ -58,12 +58,6 @@
 | 
				
			||||||
#error Cannot find required 32-bit integer type
 | 
					#error Cannot find required 32-bit integer type
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if SIZEOF_LONG == 8
 | 
					 | 
				
			||||||
#define INT64 long
 | 
					 | 
				
			||||||
#elif SIZEOF_LONG_LONG == 8
 | 
					 | 
				
			||||||
#define INT64 long
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define INT8 signed char
 | 
					#define INT8 signed char
 | 
				
			||||||
#define UINT8 unsigned char
 | 
					#define UINT8 unsigned char
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user