fix lintian identified warnings
[debian/mtx] / mtx.h
diff --git a/mtx.h b/mtx.h
index 12a6a144cbc9c2c991bc43f4af884e6a4237a265..93b6c071b3b297e02f5ba17be3f5f72f9243c5a7 100644 (file)
--- a/mtx.h
+++ b/mtx.h
@@ -3,9 +3,10 @@
        Copyright 1997-1998 Leonard N. Zubkoff <lnz@dandelion.com>
 
        Changes 1999 Eric Lee Green to add support for multi-drive tape changers.
+       Copyright 2007-2008 by Robert Nelson <robertn@the-nelsons.org>
 
-       $Date: 2007-03-04 15:27:11 -0800 (Sun, 04 Mar 2007) $
-       $Revision: 164 $
+       $Date: 2008-08-19 03:03:38 -0700 (Tue, 19 Aug 2008) $
+       $Revision: 193 $
        See mtx.c for licensing information. 
 
 */
@@ -79,6 +80,7 @@ typedef int DEVICE_TYPE; /* the sg interface uses this. */
 
 /* Windows Native programs built using MinGW */
 #if HAVE_DDK_NTDDSCSI_H
+#  define WIN32_LEAN_AND_MEAN
 #  include <windows.h>
 #  include <ddk/ntddscsi.h>
 #  undef DEVICE_TYPE
@@ -88,6 +90,7 @@ typedef int DEVICE_TYPE;
 
 /* Windows Native programs built using Microsoft Visual C */
 #ifdef _MSC_VER
+#  define WIN32_LEAN_AND_MEAN
 #  include <windows.h>
 #  include <winioctl.h>
 #  include <ntddscsi.h>