Alexandre Julliard : ntdll: Fixed tape.c compilation on Solaris.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 20 16:03:51 CDT 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 20 20:20:45 2006 +0200

ntdll: Fixed tape.c compilation on Solaris.

---

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

diff --git a/dlls/ntdll/tape.c b/dlls/ntdll/tape.c
index 2767d1d..01cf797 100644
--- a/dlls/ntdll/tape.c
+++ b/dlls/ntdll/tape.c
@@ -36,6 +36,12 @@ #endif
 #if !defined(MTSETBLK) && defined(MTSETBSIZ)
 #define MTSETBLK MTSETBSIZ
 #endif
+#if !defined(MTSETBLK) && defined(MTSRSZ)
+#define MTSETBLK MTSRSZ
+#endif
+#ifndef MT_ST_BLKSIZE_MASK
+#define MT_ST_BLKSIZE_MASK 0xffffff
+#endif
 
 #define NONAMELESSUNION
 #define NONAMELESSSTRUCT




More information about the wine-cvs mailing list