Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef

Francois Gouget fgouget at free.fr
Tue Feb 7 11:52:34 CST 2006


Changelog:

  * dlls/ntdll/tape.c

    Francois Gouget <fgouget at free.fr>
    Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef (found by winapi_check).

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
      You can have my guns when you pry them from my kids cold, dead hands.
-------------- next part --------------
Index: dlls/ntdll/tape.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/tape.c,v
retrieving revision 1.5
diff -u -p -r1.5 tape.c
--- dlls/ntdll/tape.c	6 Feb 2006 21:04:42 -0000	1.5
+++ dlls/ntdll/tape.c	7 Feb 2006 16:44:04 -0000
@@ -218,7 +218,7 @@ static NTSTATUS TAPE_GetMediaParams( int
     data->BlockSize = get.mt_dsreg & MT_ST_BLKSIZE_MASK;
 #endif
     data->PartitionCount = 1;
-#ifdef HAVE_STRUCT_MTGET_GSTAT
+#ifdef HAVE_STRUCT_MTGET_MT_GSTAT
     data->WriteProtected = GMT_WR_PROT(get.mt_gstat);
 #else
     data->WriteProtected = 0;


More information about the wine-patches mailing list