Skip to content
Snippets Groups Projects
Commit 74b750d8 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

ntdll: Fixed tape.c compilation on Solaris.

parent 0e2fcd4b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment