mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
This commit is contained in:
		
							parent
							
								
									2d391f2f39
								
							
						
					
					
						commit
						74a1e63a89
					
				
					 44 changed files with 223 additions and 223 deletions
				
			
		|  | @ -42,7 +42,7 @@ def makeblacklistnames(self): | |||
| 
 | ||||
| 	def makegreylist(self): | ||||
| 		return [ | ||||
| 			('#ifndef TARGET_API_MAC_CARBON', [ | ||||
| 			('#if !TARGET_API_MAC_CARBON', [ | ||||
| 				'GetMenuItemRefCon2', | ||||
| 				'SetMenuItemRefCon2', | ||||
| 				'EnableItem', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen