Description: refactor
Reviewed-by: likailong
This commit is contained in:
10
utils/los_compiler.h
Executable file → Normal file
10
utils/los_compiler.h
Executable file → Normal file
@@ -311,16 +311,6 @@ typedef signed int INTPTR;
|
||||
#define NULL ((VOID *)0)
|
||||
#endif
|
||||
|
||||
#ifdef YES
|
||||
#undef YES
|
||||
#endif
|
||||
#define YES 1
|
||||
|
||||
#ifdef NO
|
||||
#undef NO
|
||||
#endif
|
||||
#define NO 0
|
||||
|
||||
#define OS_NULL_BYTE ((UINT8)0xFF)
|
||||
#define OS_NULL_SHORT ((UINT16)0xFFFF)
|
||||
#define OS_NULL_INT ((UINT32)0xFFFFFFFF)
|
||||
|
||||
Reference in New Issue
Block a user