Define NULL as in Win32.

This commit is contained in:
Francois Gouget 2000-12-13 01:51:47 +00:00 committed by Alexandre Julliard
parent fbb392e405
commit 7c55d77067

View file

@ -29,10 +29,12 @@ extern "C" {
#endif
#define TRUE 1
#ifdef NULL
#undef NULL
#endif
#ifdef __cplusplus
#define NULL 0
#else
#define NULL ((void*)0)
#endif
/* Macros to map Winelib names to the correct implementation name */
/* depending on __WINE__ and UNICODE macros. */