winmm: Rearrange device mapping when a new default device is chosen.
[wine] / dlls / ntdll / tape.c
2012-10-30  Alexandre Julliardntdll: Avoid using Low/HighPart of a large integer...
2010-04-26  Alexandre Julliardntdll: Make TAPE_GetStatus inline to avoid a unused...
2009-03-25  Andrew Talbotntdll: Remove superfluous semicolon.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2007-11-02  Hans Leidekkerntdll: Fix calculation of tape position offsets.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-20  Marcus Meissnerntdll: Converted bitmask into TRUE/FALSE.
2006-11-06  Phil Krylovntdll: Fix building on Darwin versions prior to 8.0.
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-06-20  Alexandre Julliardntdll: Fixed tape.c compilation on Solaris.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-11  Phil Krylovntdll: Fix tape.c compilation on Darwin.
2006-02-09  Gerald Pfeiferntdll: Take into account that FreeBSD and others have...
2006-02-07  Francois Gougetntdll: Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef.
2006-02-06  Gerald Pfeiferntdll: Use struct mtget.mt_blkno on those systems provi...
2006-02-05  Gerald Pfeiferntdll: Use struct mtget.mt_blksiz on systems featuring...
2006-01-31  Gerald Pfeiferntdll: tape.c portability fixes.
2006-01-30  Michael Stefaniuckernel: Remove bogus breaks in tape.c
2006-01-26  Hans Leidekkerntdll: Add implementation of tape IOCTLs.