fix lintian issues
[debian/mtx] / scsi_win32.c
index dc60ec87b82ce2715d253bf4f44c4f3930cd7448..b913fd17374393015d9b04d2a82c13886debff40 100644 (file)
@@ -1,7 +1,7 @@
-/* Copyright 2006 Robert Nelson <robertn@the-nelsons.org>
+/* Copyright 2006-2008 Robert Nelson <robertn@the-nelsons.org>
 
-$Date: 2007-03-24 18:14:01 -0700 (Sat, 24 Mar 2007) $
-$Revision: 166 $
+$Date: 2008-08-19 03:03:38 -0700 (Tue, 19 Aug 2008) $
+$Revision: 193 $
 
   This program is free software; you may redistribute and/or modify it under
   the terms of the GNU General Public License Version 2 as published by the
@@ -19,6 +19,7 @@ $Revision: 166 $
  */
 
 #include <stdio.h>
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 
 #ifdef _MSC_VER