mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
COMP: Using proper __QNX__ preprocessor test.
This commit is contained in:
parent
dcbbcba51a
commit
eea7221f31
@ -25,8 +25,8 @@
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#ifdef QNX /* TODO: Find real preprocessor for QNX. */
|
||||
# include <malloc.h> /* for malloc/free on some systems */
|
||||
#ifdef __QNX__
|
||||
# include <malloc.h> /* for malloc/free on QNX */
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user