diff options
author | adam <adam> | 2007-04-29 12:48:05 +0000 |
---|---|---|
committer | adam <adam> | 2007-04-29 12:48:05 +0000 |
commit | 079e43a98fc0e6bb7a8100b80015ea33581113c1 (patch) | |
tree | 2c97ebb394022be2a8cb9b8c26183ec8ce3a2397 /emulators/wine/patches | |
parent | 4b5d7ce93ddfc0d38cc9bd1b2dd2f44a38bae84c (diff) | |
download | pkgsrc-079e43a98fc0e6bb7a8100b80015ea33581113c1.tar.gz |
Changes 0.9.36:
- Midi support in the CoreAudio driver.
- Mixer support in the Alsa driver.
- A lot of MSI fixes.
- Implementation for most D3DRM functions.
- The usual assortment of Direct3D fixes.
- Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r-- | emulators/wine/patches/patch-ak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/patches/patch-ak b/emulators/wine/patches/patch-ak index 1c1c0bcc963..851089203a4 100644 --- a/emulators/wine/patches/patch-ak +++ b/emulators/wine/patches/patch-ak @@ -1,8 +1,8 @@ -$NetBSD: patch-ak,v 1.11 2007/04/13 21:25:48 adam Exp $ +$NetBSD: patch-ak,v 1.12 2007/04/29 12:48:05 adam Exp $ ---- dlls/ntdll/file.c.orig 2007-04-13 17:47:52.000000000 +0200 +--- dlls/ntdll/file.c.orig 2007-04-27 16:48:53.000000000 +0200 +++ dlls/ntdll/file.c -@@ -1817,6 +1817,35 @@ static NTSTATUS get_device_info( int fd, +@@ -1809,6 +1809,35 @@ static NTSTATUS get_device_info( int fd, info->DeviceType = FILE_DEVICE_DISK_FILE_SYSTEM; break; } |