Better definition of a NULL pointer

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4310 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-03-24 16:44:59 +00:00
parent cc314a18a2
commit 9b94b011bb
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ typedef int BOOL;
/* Standard Defines */
#ifndef NULL
#define NULL (0)
# define NULL ((void*)(0))
#endif
#ifndef TRUE