45 lines
		
	
	
		
			622 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			45 lines
		
	
	
		
			622 B
		
	
	
	
		
			C
		
	
	
	
	
	
|  | #ifndef HX_UNDEFINE_H
 | ||
|  | #define HX_UNDEFINE_H
 | ||
|  | 
 | ||
|  | 
 | ||
|  | #if (HXCPP_API_LEVEL < 321)
 | ||
|  | #undef INT_MIN
 | ||
|  | #undef INT_MAX
 | ||
|  | #undef INT8_MIN
 | ||
|  | #undef INT8_MAX
 | ||
|  | #undef UINT8_MAX
 | ||
|  | #undef INT16_MIN
 | ||
|  | #undef INT16_MAX
 | ||
|  | #undef UINT16_MAX
 | ||
|  | #undef INT32_MIN
 | ||
|  | #undef INT32_MAX
 | ||
|  | #undef UINT32_MAX
 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | 
 | ||
|  | #undef TRUE
 | ||
|  | #undef FALSE
 | ||
|  | #undef BOOLEAN
 | ||
|  | #undef ERROR
 | ||
|  | #undef NO_ERROR
 | ||
|  | #undef DELETE
 | ||
|  | #undef OPTIONS
 | ||
|  | #undef IN
 | ||
|  | #undef OUT
 | ||
|  | #undef ALTERNATE
 | ||
|  | #undef OPTIONAL
 | ||
|  | #undef DOUBLE_CLICK
 | ||
|  | #undef DIFFERENCE
 | ||
|  | #undef POINT
 | ||
|  | #undef RECT
 | ||
|  | #undef OVERFLOW
 | ||
|  | #undef UNDERFLOW
 | ||
|  | #undef DOMAIN
 | ||
|  | #undef TRANSPARENT
 | ||
|  | #undef CONST
 | ||
|  | #undef CopyFile
 | ||
|  | #undef COLOR_HIGHLIGHT
 | ||
|  | #undef __valid
 | ||
|  | 
 | ||
|  | #endif
 |