forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
44
Kha/Backends/Kinc-hxcpp/khacpp/include/hx/Undefine.h
Normal file
44
Kha/Backends/Kinc-hxcpp/khacpp/include/hx/Undefine.h
Normal file
@ -0,0 +1,44 @@
|
||||
#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
|
Reference in New Issue
Block a user