FALSE is not aways defined, so we need to define it if it isn't.
This commit is contained in:
@@ -24,7 +24,9 @@
|
|||||||
#define LPTSTR char*
|
#define LPTSTR char*
|
||||||
#define LPCTSTR const char*
|
#define LPCTSTR const char*
|
||||||
#define _tcschr strchr
|
#define _tcschr strchr
|
||||||
//#define FALSE false
|
#ifndef FALSE
|
||||||
|
# define FALSE false
|
||||||
|
#endif
|
||||||
#define _istspace isspace
|
#define _istspace isspace
|
||||||
#define _tcspbrk strpbrk
|
#define _tcspbrk strpbrk
|
||||||
#define IsEmpty empty
|
#define IsEmpty empty
|
||||||
|
|||||||
Reference in New Issue
Block a user