it seems GCC headers define NULL to __null instead of 0, fixing
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24455 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -91,7 +91,8 @@ typedef int64 LONGLONG;
|
|||||||
typedef uint64 ULONGLONG ;
|
typedef uint64 ULONGLONG ;
|
||||||
typedef uint64 *PULONGLONG ;
|
typedef uint64 *PULONGLONG ;
|
||||||
typedef long *PKEVENT ;
|
typedef long *PKEVENT ;
|
||||||
//#define NULL 0
|
#undef NULL
|
||||||
|
#define NULL 0
|
||||||
#define CALLBACK
|
#define CALLBACK
|
||||||
|
|
||||||
#define CONST const
|
#define CONST const
|
||||||
|
|||||||
Reference in New Issue
Block a user