mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Kill compiler warning.
svn path=/trunk/; revision=13271
This commit is contained in:
parent
c4566e585f
commit
b0fc9bcff6
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
even if config.h says that we can. */
|
||||
# undef REL_ALLOC
|
||||
|
||||
# if defined STDC_HEADERS || defined _LIBC
|
||||
# if defined STDC_HEADERS || defined _LIBC || defined _WIN32
|
||||
# include <stdlib.h>
|
||||
# else
|
||||
char *malloc ();
|
||||
|
|
Loading…
Reference in a new issue