Better definition of a NULL pointer
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4310 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
cc314a18a2
commit
9b94b011bb
|
@ -98,7 +98,7 @@ typedef int BOOL;
|
|||
|
||||
/* Standard Defines */
|
||||
#ifndef NULL
|
||||
#define NULL (0)
|
||||
# define NULL ((void*)(0))
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
|
|
Loading…
Reference in New Issue