mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
11 lines
98 B
C
11 lines
98 B
C
/*
|
|
* Some useful things
|
|
*/
|
|
|
|
//#define NULL ((void*)0)
|
|
#ifndef NULL
|
|
#define NULL (0)
|
|
#endif
|
|
|
|
|