mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +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
|
@ -15,18 +15,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
||||
#ifdef __cplusplus
|
||||
#ifndef _WIN64
|
||||
#define NULL 0
|
||||
#else
|
||||
#define NULL 0LL
|
||||
#endif /* W64 */
|
||||
#else
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef MB_LEN_MAX
|
||||
#define MB_LEN_MAX 5
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue