wine
13 years agowinmm: PlaySound concurrency cleanup.
Jörg Höhle [Mon, 28 Mar 2011 20:34:02 +0000 (22:34 +0200)] 
winmm: PlaySound concurrency cleanup.

13 years agowinmm: Get rid of psStopEvent which was never used like an event.
Jörg Höhle [Sat, 26 Mar 2011 11:36:49 +0000 (12:36 +0100)] 
winmm: Get rid of psStopEvent which was never used like an event.

13 years agowinmm: Abort PlaySound in case of audio error.
Jörg Höhle [Sat, 26 Mar 2011 06:36:47 +0000 (07:36 +0100)] 
winmm: Abort PlaySound in case of audio error.

13 years agoRevert "winmm: Fix PlaySound so it doesn't block when another sound is already playing.".
Jörg Höhle [Sat, 26 Mar 2011 06:44:22 +0000 (07:44 +0100)] 
Revert "winmm: Fix PlaySound so it doesn't block when another sound is already playing.".

This reverts commit f44bc89bc41b2b8d75eeb4fc02f5aa587d84c13c.
Let the player thread call waveOutReset itself instead.

13 years agouser32: Reset the cursor clip rectangle before moving a window.
Alexandre Julliard [Wed, 30 Mar 2011 10:34:45 +0000 (12:34 +0200)] 
user32: Reset the cursor clip rectangle before moving a window.

13 years agoserver: Reset the cursor clip rectangle when the foreground thread changes.
Alexandre Julliard [Wed, 30 Mar 2011 10:34:32 +0000 (12:34 +0200)] 
server: Reset the cursor clip rectangle when the foreground thread changes.

13 years agowinex11.drv: Make wglMakeCurrent return the correct error when the drawable is invalid.
Matteo Bruni [Thu, 17 Mar 2011 21:49:23 +0000 (22:49 +0100)] 
winex11.drv: Make wglMakeCurrent return the correct error when the drawable is invalid.

13 years agowinex11.drv: Don't modify current state if glXMakeCurrent fails.
Matteo Bruni [Thu, 3 Mar 2011 20:06:33 +0000 (21:06 +0100)] 
winex11.drv: Don't modify current state if glXMakeCurrent fails.

13 years agoopengl32/tests: Test using a GL context after the drawable is destroyed.
Matteo Bruni [Wed, 2 Mar 2011 21:25:46 +0000 (22:25 +0100)] 
opengl32/tests: Test using a GL context after the drawable is destroyed.

13 years agogdiplus: Fall back to Liberation Serif if Times New Roman is missing.
Vincent Povirk [Tue, 29 Mar 2011 18:11:53 +0000 (13:11 -0500)] 
gdiplus: Fall back to Liberation Serif if Times New Roman is missing.

13 years agocomdlg32: Implement Advise/Unadvise for the Item Dialog.
David Hedberg [Tue, 29 Mar 2011 19:13:23 +0000 (21:13 +0200)] 
comdlg32: Implement Advise/Unadvise for the Item Dialog.

13 years agocomdlg32: Implement some folder and file selection functions for the Item Dialog.
David Hedberg [Tue, 29 Mar 2011 19:13:22 +0000 (21:13 +0200)] 
comdlg32: Implement some folder and file selection functions for the Item Dialog.

13 years agocomdlg32: Implement SetFileTypes and GetFileTypeIndex/SetFileTypeIndex for the Item...
David Hedberg [Wed, 30 Mar 2011 06:12:29 +0000 (08:12 +0200)] 
comdlg32: Implement SetFileTypes and GetFileTypeIndex/SetFileTypeIndex for the Item Dialog.

13 years agocomdlg32: Implement SetOptions/GetOptions for the Item Dialog.
David Hedberg [Tue, 29 Mar 2011 19:13:20 +0000 (21:13 +0200)] 
comdlg32: Implement SetOptions/GetOptions for the Item Dialog.

13 years agocomdlg32/tests: Add initial tests for the Item Dialog.
David Hedberg [Tue, 29 Mar 2011 19:13:19 +0000 (21:13 +0200)] 
comdlg32/tests: Add initial tests for the Item Dialog.

13 years agocomdlg32: Add implementation of DllRegisterServer/DllUnregisterServer.
David Hedberg [Tue, 29 Mar 2011 19:13:18 +0000 (21:13 +0200)] 
comdlg32: Add implementation of DllRegisterServer/DllUnregisterServer.

13 years agontdll: Don't call compare function on memory not provided by user in qsort.
Piotr Caban [Wed, 30 Mar 2011 08:56:27 +0000 (10:56 +0200)] 
ntdll: Don't call compare function on memory not provided by user in qsort.

13 years agowined3d: Get rid of IWineD3DPixelShaderImpl.
Henri Verbeet [Tue, 29 Mar 2011 17:21:52 +0000 (19:21 +0200)] 
wined3d: Get rid of IWineD3DPixelShaderImpl.

13 years agowined3d: Get rid of struct wined3d_geometryshader.
Henri Verbeet [Tue, 29 Mar 2011 17:21:51 +0000 (19:21 +0200)] 
wined3d: Get rid of struct wined3d_geometryshader.

13 years agowined3d: Get rid of IWineD3DVertexShaderImpl.
Henri Verbeet [Tue, 29 Mar 2011 17:21:50 +0000 (19:21 +0200)] 
wined3d: Get rid of IWineD3DVertexShaderImpl.

13 years agowined3d: Get rid of IWineD3DPixelShader.
Henri Verbeet [Tue, 29 Mar 2011 17:21:49 +0000 (19:21 +0200)] 
wined3d: Get rid of IWineD3DPixelShader.

13 years agowined3d: Get rid of IWineD3DGeometryShader.
Henri Verbeet [Tue, 29 Mar 2011 17:21:48 +0000 (19:21 +0200)] 
wined3d: Get rid of IWineD3DGeometryShader.

13 years agowined3d: Get rid of IWineD3DVertexShader.
Henri Verbeet [Tue, 29 Mar 2011 17:21:47 +0000 (19:21 +0200)] 
wined3d: Get rid of IWineD3DVertexShader.

13 years agoRevert "wined3d: Prevent crash when blit_priv is NULL.".
Henri Verbeet [Tue, 29 Mar 2011 17:21:46 +0000 (19:21 +0200)] 
Revert "wined3d: Prevent crash when blit_priv is NULL.".

This reverts commit 37aadc9e377d7840a607dbabff10de375f9fdde8.
This patch was superseded by b2132202c77b0d56b68d2a0f4c0c1f6d637ab577.

13 years agowinejack.drv: Fix build.
Vincent Povirk [Tue, 29 Mar 2011 17:43:06 +0000 (12:43 -0500)] 
winejack.drv: Fix build.

13 years agod3dx9/tests: Add ID3DXEffectCompiler test.
Rico Schüller [Sun, 27 Mar 2011 20:13:02 +0000 (22:13 +0200)] 
d3dx9/tests: Add ID3DXEffectCompiler test.

13 years agod3dx9/tests: Add ID3DXEffect::GetPool() and ID3DXEffect::GetDevice() tests.
Rico Schüller [Sun, 27 Mar 2011 20:13:00 +0000 (22:13 +0200)] 
d3dx9/tests: Add ID3DXEffect::GetPool() and ID3DXEffect::GetDevice() tests.

13 years agod3dx9: ID3DXEffect::QueryInterface() does not support IID_ID3DXBaseEffect.
Rico Schüller [Sun, 27 Mar 2011 20:12:57 +0000 (22:12 +0200)] 
d3dx9: ID3DXEffect::QueryInterface() does not support IID_ID3DXBaseEffect.

13 years agod3dx9: Implement ID3DXEffect::GetDevice().
Rico Schüller [Sun, 27 Mar 2011 20:12:54 +0000 (22:12 +0200)] 
d3dx9: Implement ID3DXEffect::GetDevice().

13 years agod3dx9: Implement ID3DXEffect::GetPool().
Rico Schüller [Sun, 27 Mar 2011 20:12:52 +0000 (22:12 +0200)] 
d3dx9: Implement ID3DXEffect::GetPool().

13 years agod3dx9: Fix some style issues.
Rico Schüller [Sun, 27 Mar 2011 20:12:49 +0000 (22:12 +0200)] 
d3dx9: Fix some style issues.

13 years agod3dx9: Add ID3DXEffectCompiler interface.
Rico Schüller [Sun, 27 Mar 2011 20:12:45 +0000 (22:12 +0200)] 
d3dx9: Add ID3DXEffectCompiler interface.

13 years agod3dx9: Forward ID3DXEffect to ID3DXBaseEffect.
Rico Schüller [Sun, 27 Mar 2011 20:12:41 +0000 (22:12 +0200)] 
d3dx9: Forward ID3DXEffect to ID3DXBaseEffect.

13 years agod3dx9: Add ID3DXBaseEffect interface.
Rico Schüller [Sun, 27 Mar 2011 20:12:38 +0000 (22:12 +0200)] 
d3dx9: Add ID3DXBaseEffect interface.

13 years agoinclude: Fix ID3DXEffectCompiler interface.
Rico Schüller [Sun, 27 Mar 2011 20:12:35 +0000 (22:12 +0200)] 
include: Fix ID3DXEffectCompiler interface.

13 years agod3dx9/tests: Add refcount test for the device.
Rico Schüller [Sun, 27 Mar 2011 20:12:31 +0000 (22:12 +0200)] 
d3dx9/tests: Add refcount test for the device.

13 years agod3dx9: Handle pool and device in ID3DXEffect.
Rico Schüller [Sun, 27 Mar 2011 20:12:28 +0000 (22:12 +0200)] 
d3dx9: Handle pool and device in ID3DXEffect.

13 years agod3dx9: Use size of variable instead of type.
Rico Schüller [Sun, 27 Mar 2011 20:12:25 +0000 (22:12 +0200)] 
d3dx9: Use size of variable instead of type.

13 years agod3dx9: Fix HeapAlloc size in D3DXCreateEffectPool.
Rico Schüller [Sun, 27 Mar 2011 20:12:22 +0000 (22:12 +0200)] 
d3dx9: Fix HeapAlloc size in D3DXCreateEffectPool.

13 years agoinclude: Add missing D3DXCreateEffect* declarations in d3dx9effect.h.
Rico Schüller [Sun, 27 Mar 2011 20:12:13 +0000 (22:12 +0200)] 
include: Add missing D3DXCreateEffect* declarations in d3dx9effect.h.

13 years agowldap32: Accept a NULL value in ldap_set_option.
Hans Leidekker [Tue, 29 Mar 2011 11:59:22 +0000 (13:59 +0200)] 
wldap32: Accept a NULL value in ldap_set_option.

13 years agokernel32: Implement and test GetVolumePathNamesForVolumeName.
Hans Leidekker [Tue, 29 Mar 2011 11:03:42 +0000 (13:03 +0200)] 
kernel32: Implement and test GetVolumePathNamesForVolumeName.

13 years agows2_32: Implement GetNameInfoW.
Hans Leidekker [Tue, 29 Mar 2011 11:03:24 +0000 (13:03 +0200)] 
ws2_32: Implement GetNameInfoW.

13 years agomshtml: Fixed node leak in HTMLEventObj.
Jacek Caban [Tue, 29 Mar 2011 11:37:42 +0000 (13:37 +0200)] 
mshtml: Fixed node leak in HTMLEventObj.

13 years agomshtml: Fixed ref count handling in events.c.
Jacek Caban [Tue, 29 Mar 2011 11:37:01 +0000 (13:37 +0200)] 
mshtml: Fixed ref count handling in events.c.

13 years agomshtml: Event handler may be already free in release_event_target.
Jacek Caban [Tue, 29 Mar 2011 11:36:46 +0000 (13:36 +0200)] 
mshtml: Event handler may be already free in release_event_target.

13 years agomshtml: Use zone mapping instead of hardcoded protocols in use_gecko_script.
Jacek Caban [Tue, 29 Mar 2011 10:51:21 +0000 (12:51 +0200)] 
mshtml: Use zone mapping instead of hardcoded protocols in use_gecko_script.

13 years agomshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode.
Jacek Caban [Tue, 29 Mar 2011 10:51:04 +0000 (12:51 +0200)] 
mshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode.

13 years agomshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL...
Jacek Caban [Tue, 29 Mar 2011 10:50:52 +0000 (12:50 +0200)] 
mshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL) for res protocol to work around library name difference for winelib libraries.

13 years agouser32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize().
Dmitry Timoshkov [Tue, 29 Mar 2011 06:00:39 +0000 (15:00 +0900)] 
user32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize().

13 years agontdll: Fix race condition in RtlCreateHeap().
Bart Van Assche [Mon, 28 Feb 2011 10:39:57 +0000 (11:39 +0100)] 
ntdll: Fix race condition in RtlCreateHeap().

13 years agogdiplus: Add test for GdipSetTextRenderingHint and make it pass.
Vincent Povirk [Mon, 28 Mar 2011 22:38:38 +0000 (17:38 -0500)] 
gdiplus: Add test for GdipSetTextRenderingHint and make it pass.

13 years agogdiplus: Add test for GdipDrawDriverString.
Vincent Povirk [Mon, 28 Mar 2011 21:40:19 +0000 (16:40 -0500)] 
gdiplus: Add test for GdipDrawDriverString.

13 years agourlmon/tests: Added IWinInetHttpInfo tests.
Piotr Caban [Mon, 28 Mar 2011 21:38:27 +0000 (23:38 +0200)] 
urlmon/tests: Added IWinInetHttpInfo tests.

13 years agourlmon: Added IWinInetHttpInfo_{QueryOption,QueryInfo} implementation.
Piotr Caban [Mon, 28 Mar 2011 21:38:16 +0000 (23:38 +0200)] 
urlmon: Added IWinInetHttpInfo_{QueryOption,QueryInfo} implementation.

13 years agourlmon: Forward IWinInetHttpInfo calls to protocol implementations.
Piotr Caban [Mon, 28 Mar 2011 21:38:07 +0000 (23:38 +0200)] 
urlmon: Forward IWinInetHttpInfo calls to protocol implementations.

13 years agoshdocvw: Report navigation error depending on HTTP status code.
Piotr Caban [Mon, 28 Mar 2011 21:37:36 +0000 (23:37 +0200)] 
shdocvw: Report navigation error depending on HTTP status code.

13 years agomshtml/tests: Added connection error handling tests.
Piotr Caban [Mon, 28 Mar 2011 21:36:45 +0000 (23:36 +0200)] 
mshtml/tests: Added connection error handling tests.

13 years agomshtml/tests: Added asynchronous moniker to htmldoc tests.
Piotr Caban [Mon, 28 Mar 2011 21:36:35 +0000 (23:36 +0200)] 
mshtml/tests: Added asynchronous moniker to htmldoc tests.

13 years agomshtml/tests: Added IDocObjectService interface.
Piotr Caban [Mon, 28 Mar 2011 21:36:23 +0000 (23:36 +0200)] 
mshtml/tests: Added IDocObjectService interface.

13 years agomshtml/tests: Added IBrowserService interface.
Piotr Caban [Mon, 28 Mar 2011 21:36:14 +0000 (23:36 +0200)] 
mshtml/tests: Added IBrowserService interface.

13 years agomshtml/tests: Added IWinInetHttpInfo interface.
Piotr Caban [Mon, 28 Mar 2011 21:36:03 +0000 (23:36 +0200)] 
mshtml/tests: Added IWinInetHttpInfo interface.

13 years agomshtml: Report an error when navigation fails.
Piotr Caban [Mon, 28 Mar 2011 21:35:34 +0000 (23:35 +0200)] 
mshtml: Report an error when navigation fails.

13 years agourlmon: Added basic domain zone support to MapUrlToZone.
Thomas Mullaly [Sun, 13 Mar 2011 23:26:45 +0000 (19:26 -0400)] 
urlmon: Added basic domain zone support to MapUrlToZone.

13 years agourlmon: Removed str_last_of in favor of memrchrW.
Thomas Mullaly [Sun, 20 Mar 2011 20:28:59 +0000 (16:28 -0400)] 
urlmon: Removed str_last_of in favor of memrchrW.

13 years agogdiplus: Use the given HPALETTE in GdipCreateBitmapFromHBITMAP.
Vincent Povirk [Mon, 28 Mar 2011 21:03:29 +0000 (16:03 -0500)] 
gdiplus: Use the given HPALETTE in GdipCreateBitmapFromHBITMAP.

13 years agowined3d: Move IWineD3DVertexShader::SetLocalConstantsF() to IWineD3DBaseShader.
Henri Verbeet [Mon, 28 Mar 2011 19:58:46 +0000 (21:58 +0200)] 
wined3d: Move IWineD3DVertexShader::SetLocalConstantsF() to IWineD3DBaseShader.

13 years agowined3d: Replace "is_srgb" in wined3d_texture with a flag.
Henri Verbeet [Mon, 28 Mar 2011 19:58:45 +0000 (21:58 +0200)] 
wined3d: Replace "is_srgb" in wined3d_texture with a flag.

13 years agowined3d: Replace "pow2_matrix_identity" in wined3d_texture with a flag.
Henri Verbeet [Mon, 28 Mar 2011 19:58:44 +0000 (21:58 +0200)] 
wined3d: Replace "pow2_matrix_identity" in wined3d_texture with a flag.

13 years agowined3d: Replace "cond_np2" in wined3d_texture with a flag.
Henri Verbeet [Mon, 28 Mar 2011 19:58:43 +0000 (21:58 +0200)] 
wined3d: Replace "cond_np2" in wined3d_texture with a flag.

13 years agowined3d: Get rid of IWineD3DBaseTextureClass.
Henri Verbeet [Mon, 28 Mar 2011 19:58:42 +0000 (21:58 +0200)] 
wined3d: Get rid of IWineD3DBaseTextureClass.

13 years agowininet: Port numbers are unsigned.
André Hentschel [Mon, 28 Mar 2011 20:47:27 +0000 (22:47 +0200)] 
wininet: Port numbers are unsigned.

13 years agowinhttp: Port numbers are unsigned (more).
André Hentschel [Mon, 28 Mar 2011 19:40:43 +0000 (21:40 +0200)] 
winhttp: Port numbers are unsigned (more).

13 years agomshtml: Port numbers are unsigned.
André Hentschel [Mon, 28 Mar 2011 19:40:24 +0000 (21:40 +0200)] 
mshtml: Port numbers are unsigned.

13 years agocomdlg32: Add stub implementation of the Common Item dialogs.
David Hedberg [Thu, 24 Mar 2011 21:38:51 +0000 (22:38 +0100)] 
comdlg32: Add stub implementation of the Common Item dialogs.

13 years agocomdlg32: Add DllGetClassObject and a default class factory.
David Hedberg [Thu, 24 Mar 2011 21:38:50 +0000 (22:38 +0100)] 
comdlg32: Add DllGetClassObject and a default class factory.

13 years agowinex11: Improved error handling in pglXMakeCurrent() call.
Joshua Beck [Thu, 24 Mar 2011 06:50:33 +0000 (01:50 -0500)] 
winex11: Improved error handling in pglXMakeCurrent() call.

13 years agomsi: Add support for patching files.
David Hedberg [Tue, 22 Mar 2011 19:45:11 +0000 (20:45 +0100)] 
msi: Add support for patching files.

13 years agomsi: Generalize media helpers a bit.
David Hedberg [Tue, 22 Mar 2011 19:45:10 +0000 (20:45 +0100)] 
msi: Generalize media helpers a bit.

13 years agomsi: Add an offset to sequence numbers belonging to files added by a patch.
David Hedberg [Tue, 22 Mar 2011 19:45:09 +0000 (20:45 +0100)] 
msi: Add an offset to sequence numbers belonging to files added by a patch.

13 years agontdll: Add a bunch of NtCreateFile tests.
Dmitry Timoshkov [Tue, 22 Mar 2011 11:38:44 +0000 (19:38 +0800)] 
ntdll: Add a bunch of NtCreateFile tests.

13 years agowinex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL.
Dmitry Timoshkov [Tue, 22 Mar 2011 07:11:40 +0000 (15:11 +0800)] 
winex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL.

Main window of the Atom Zombie Smasher game has WS_DLGFRAME style set,
but Metacity allows making fullscreen ONLY normal windows, so do not
use any window types except _NET_WM_WINDOW_TYPE_NORMAL.

13 years agomshtml: Avoid shadowing a parameter.
Austin English [Tue, 22 Mar 2011 00:40:33 +0000 (17:40 -0700)] 
mshtml: Avoid shadowing a parameter.

13 years agocabinet: Be more verbose.
André Hentschel [Mon, 21 Mar 2011 21:41:00 +0000 (22:41 +0100)] 
cabinet: Be more verbose.

13 years agowined3d: Implement WINED3DFMT_YUY2 to WINED3DFMT_B5G6R5_UNORM conversion function.
Konrad Rzepecki [Sun, 20 Mar 2011 10:59:46 +0000 (11:59 +0100)] 
wined3d: Implement WINED3DFMT_YUY2 to WINED3DFMT_B5G6R5_UNORM conversion function.

13 years agowined3d: Prevent crash when blit_priv is NULL.
Konrad Rzepecki [Sun, 20 Mar 2011 10:58:08 +0000 (11:58 +0100)] 
wined3d: Prevent crash when blit_priv is NULL.

13 years agomsvcrt: Implement _mbslwr_s.
Konrad Rzepecki [Sun, 20 Mar 2011 01:19:02 +0000 (02:19 +0100)] 
msvcrt: Implement _mbslwr_s.

13 years agomsvcrt: Implement _mbsupr_s.
Konrad Rzepecki [Sun, 20 Mar 2011 01:17:12 +0000 (02:17 +0100)] 
msvcrt: Implement _mbsupr_s.

13 years agowinecoreaudio.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:15:12 +0000 (22:15 +0200)] 
winecoreaudio.drv: Remove unnecessary ifdefs.

13 years agowinejoystick.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:14:20 +0000 (22:14 +0200)] 
winejoystick.drv: Remove unnecessary ifdefs.

13 years agowinejack.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:14:00 +0000 (22:14 +0200)] 
winejack.drv: Remove unnecessary ifdefs.

13 years agowinenas.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:13:38 +0000 (22:13 +0200)] 
winenas.drv: Remove unnecessary ifdefs.

13 years agowineesd.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:12:59 +0000 (22:12 +0200)] 
wineesd.drv: Remove unnecessary ifdefs.

13 years agowineoss.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:11:45 +0000 (22:11 +0200)] 
wineoss.drv: Remove unnecessary ifdefs.

13 years agowinealsa.drv: Remove unnecessary ifdefs.
Alexandre Julliard [Mon, 28 Mar 2011 20:07:26 +0000 (22:07 +0200)] 
winealsa.drv: Remove unnecessary ifdefs.

13 years agomsxml3/tests: Avoid size_t in a trace.
Alexandre Julliard [Mon, 28 Mar 2011 19:22:47 +0000 (21:22 +0200)] 
msxml3/tests: Avoid size_t in a trace.

13 years agowineqtdecoder: fourCC value needs to be reversed as an OSType.
Aric Stewart [Mon, 28 Mar 2011 16:22:46 +0000 (11:22 -0500)] 
wineqtdecoder: fourCC value needs to be reversed as an OSType.

13 years agowined3d: Fix a clipping issue with D3DSPSM_SIGNNEG.
Maarten Lankhorst [Wed, 23 Mar 2011 14:13:18 +0000 (15:13 +0100)] 
wined3d: Fix a clipping issue with D3DSPSM_SIGNNEG.

13 years agowined3d: Check for ARB_fragment_program in arbfp_blit_supported.
Roderick Colenbrander [Tue, 22 Mar 2011 19:02:27 +0000 (19:02 +0000)] 
wined3d: Check for ARB_fragment_program in arbfp_blit_supported.

13 years agomscoree: Add stub implementation for CreateConfigStream.
André Hentschel [Fri, 25 Mar 2011 20:56:57 +0000 (21:56 +0100)] 
mscoree: Add stub implementation for CreateConfigStream.