mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[CRT] Define NULL in crtdefs.h
This commit is contained in:
parent
ce65553eaa
commit
486a4d93ed
10 changed files with 8 additions and 77 deletions
|
@ -66,14 +66,6 @@ extern "C" {
|
|||
#define _SYS_OPEN 20
|
||||
#define TMP_MAX 32767
|
||||
|
||||
#ifndef NULL
|
||||
#ifdef __cplusplus
|
||||
#define NULL 0
|
||||
#else
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef _OFF_T_DEFINED
|
||||
#define _OFF_T_DEFINED
|
||||
#ifndef _OFF_T_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue