ntdll: Fixed tape.c compilation on Solaris.

This commit is contained in:
Alexandre Julliard 2006-06-20 20:20:45 +02:00
parent 0e2fcd4ba8
commit 74b750d81b

View file

@ -36,6 +36,12 @@
#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