Commit 74b750d8 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Fixed tape.c compilation on Solaris.

parent 0e2fcd4b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment