|
|
@@ -10,3 +10,42 @@
|
|
|
then \
|
|
|
echo "*************************************************" ; \
|
|
|
echo "*************************************************" ; \
|
|
|
+Index: dlls/ntdll/cdrom.c
|
|
|
+--- dlls/ntdll/cdrom.c.orig 2004-06-15 02:45:01 +0200
|
|
|
++++ dlls/ntdll/cdrom.c 2004-06-18 16:11:27 +0200
|
|
|
+@@ -1736,7 +1736,7 @@
|
|
|
+ TRACE("\n");
|
|
|
+ return CDROM_GetStatusCode(ioctl(fd, DVD_AUTH, &auth_info));
|
|
|
+ #elif defined(__FreeBSD__) || defined(__NetBSD__)
|
|
|
+- return CDROM_GetStatusCode(ioctl(cdrom_cache[dev].fd, (rmv->PreventMediaRemoval) ? CDIOCPREVENT : CDIOCALLOW, NULL));
|
|
|
++ return STATUS_NOT_SUPPORTED;
|
|
|
+ #else
|
|
|
+ return STATUS_NOT_SUPPORTED;
|
|
|
+ #endif
|
|
|
+Index: programs/Makefile
|
|
|
+--- programs/Makefile.in.orig 2004-06-18 14:38:14 +0200
|
|
|
++++ programs/Makefile.in 2004-06-18 16:27:52 +0200
|
|
|
+@@ -31,7 +31,6 @@
|
|
|
+ winemenubuilder \
|
|
|
+ winemine \
|
|
|
+ winepath \
|
|
|
+- winetest \
|
|
|
+ winevdm \
|
|
|
+ winhelp \
|
|
|
+ winver
|
|
|
+@@ -61,7 +60,6 @@
|
|
|
+ winemenubuilder \
|
|
|
+ winemine \
|
|
|
+ winepath \
|
|
|
+- winetest \
|
|
|
+ winevdm \
|
|
|
+ winhelp \
|
|
|
+ winver
|
|
|
+@@ -113,7 +111,6 @@
|
|
|
+ winemenubuilder.exe \
|
|
|
+ winemine.exe \
|
|
|
+ winepath.exe \
|
|
|
+- winetest.exe \
|
|
|
+ winevdm.exe \
|
|
|
+ winhelp.exe \
|
|
|
+ winver.exe
|