From 1398c14781227f75300aaf33a53af5576fab2f71 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Fri, 30 Jun 2006 19:08:03 +0000 Subject: [PATCH] Null definition removed. --- libtiff/tiffio.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libtiff/tiffio.h b/libtiff/tiffio.h index 3d6518d4..f66266ba 100644 --- a/libtiff/tiffio.h +++ b/libtiff/tiffio.h @@ -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