ntdll: Fixed tape.c compilation on Solaris.
This commit is contained in:
parent
0e2fcd4ba8
commit
74b750d81b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue