- Support for the Xrandr extension. - Dll separation of kernel and ntdll is finished. - Many enhanced metafile improvements. - Lots of bug fixes.
21 lines
453 B
Text
21 lines
453 B
Text
$NetBSD: patch-ab,v 1.16 2003/10/17 13:54:18 adam Exp $
|
|
|
|
--- dlls/ntdll/cdrom.c.orig 2003-10-08 04:59:22.000000000 +0200
|
|
+++ dlls/ntdll/cdrom.c
|
|
@@ -61,6 +61,16 @@
|
|
#endif
|
|
#ifdef HAVE_LINUX_CDROM_H
|
|
# include <linux/cdrom.h>
|
|
+#else
|
|
+# ifndef CD_FRAMES
|
|
+# define CD_FRAMES 75
|
|
+# endif
|
|
+# ifndef CDROM_MSF
|
|
+# define CDROM_MSF 0x02
|
|
+# endif
|
|
+# ifndef CD_SECS
|
|
+# define CD_SECS 60
|
|
+# endif
|
|
#endif
|
|
#ifdef HAVE_LINUX_UCDROM_H
|
|
# include <linux/ucdrom.h>
|