Francois Gouget : ntdll: Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 7 14:20:20 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 6fcc7b5bb066549320f41c7381e05935804e21e6
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=6fcc7b5bb066549320f41c7381e05935804e21e6

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb  7 21:18:19 2006 +0100

ntdll: Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef.

---

 dlls/ntdll/tape.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/tape.c b/dlls/ntdll/tape.c
index b8403b8..b9ca48d 100644
--- a/dlls/ntdll/tape.c
+++ b/dlls/ntdll/tape.c
@@ -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-cvs mailing list