Null definition removed.
This commit is contained in:
parent
0360163075
commit
1398c14781
@ -1,4 +1,4 @@
|
||||
/* $Id: tiffio.h,v 1.54 2006-04-13 03:25:53 joris Exp $ */
|
||||
/* $Id: tiffio.h,v 1.55 2006-06-30 19:08:03 dron Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988-1997 Sam Leffler
|
||||
@ -97,10 +97,6 @@ typedef HFILE thandle_t; /* client data handle */
|
||||
typedef void* thandle_t; /* client data handle */
|
||||
#endif /* USE_WIN32_FILEIO */
|
||||
|
||||
#ifndef NULL
|
||||
# define NULL (void *)0
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Flags to pass to TIFFPrintDirectory to control
|
||||
* printing of data structures that are potentially
|
||||
|
Loading…
Reference in New Issue
Block a user