wine
15 years agownaspi32: Make winaspi.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:33:34 +0000 (20:33 +0100)] 
wnaspi32: Make winaspi.dll into a stand-alone 16-bit module.

15 years agowintab32: Make wintab.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:33:00 +0000 (20:33 +0100)] 
wintab32: Make wintab.dll into a stand-alone 16-bit module.

15 years agoimm32: Make imm.dll into a stand-alone 16-bit module.
Alexandre Julliard [Mon, 23 Mar 2009 19:32:06 +0000 (20:32 +0100)] 
imm32: Make imm.dll into a stand-alone 16-bit module.

15 years agoctl3d32: Make ctl3d.dll and ctl3dv2.dll into stand-alone 16-bit modules.
Alexandre Julliard [Mon, 23 Mar 2009 19:31:01 +0000 (20:31 +0100)] 
ctl3d32: Make ctl3d.dll and ctl3dv2.dll into stand-alone 16-bit modules.

15 years agoddraw/tests: Skip some cooperative level tests on NT4/Win95.
Andrew Nguyen [Mon, 23 Mar 2009 06:42:58 +0000 (01:42 -0500)] 
ddraw/tests: Skip some cooperative level tests on NT4/Win95.

The DirectX SDK reports that cooperative level flags
DDSCL_SETDEVICEWINDOW and DDSCL_SETFOCUSWINDOW are only
available on Windows 98 and higher.

15 years agowine.inf: Add entry for fake ddeml.dll.
Andrew Nguyen [Mon, 23 Mar 2009 06:35:00 +0000 (01:35 -0500)] 
wine.inf: Add entry for fake ddeml.dll.

15 years agotapi32: Stub lineGetIDW.
Andrew Nguyen [Mon, 23 Mar 2009 06:34:55 +0000 (01:34 -0500)] 
tapi32: Stub lineGetIDW.

15 years agotapi32: Stub lineMakeCallW.
Andrew Nguyen [Mon, 23 Mar 2009 06:34:46 +0000 (01:34 -0500)] 
tapi32: Stub lineMakeCallW.

15 years agotapi32: Stub lineGetDevCapsW.
Andrew Nguyen [Mon, 23 Mar 2009 06:34:41 +0000 (01:34 -0500)] 
tapi32: Stub lineGetDevCapsW.

15 years agowinebuild: Document the correlation of spec->ordinals and spec->limit with an asserti...
James Hawkins [Sun, 22 Mar 2009 21:32:51 +0000 (14:32 -0700)] 
winebuild: Document the correlation of spec->ordinals and spec->limit with an assertion (Coverity 902).

15 years agocmd: Fix a memory leak (Coverity 904).
James Hawkins [Sun, 22 Mar 2009 21:32:22 +0000 (14:32 -0700)] 
cmd: Fix a memory leak (Coverity 904).

15 years agotwain_32: Fix the use of an uninitialized variable (Coverity 908).
James Hawkins [Sun, 22 Mar 2009 21:31:56 +0000 (14:31 -0700)] 
twain_32: Fix the use of an uninitialized variable (Coverity 908).

15 years agoloader: Fix installation for platforms that don't use extra binaries.
Alexandre Julliard [Mon, 23 Mar 2009 14:51:59 +0000 (15:51 +0100)] 
loader: Fix installation for platforms that don't use extra binaries.

15 years agoole32: Store the ole clipboard window's HWND in the DataObject clipboard format.
Huw Davies [Mon, 23 Mar 2009 11:47:19 +0000 (11:47 +0000)] 
ole32: Store the ole clipboard window's HWND in the DataObject clipboard format.

15 years agoole32: Register DataObject clipboard format.
Huw Davies [Tue, 17 Mar 2009 15:34:31 +0000 (15:34 +0000)] 
ole32: Register DataObject clipboard format.

15 years agoole32: Use IsEqualIID rather than memcmp.
Huw Davies [Tue, 17 Mar 2009 14:33:33 +0000 (14:33 +0000)] 
ole32: Use IsEqualIID rather than memcmp.

15 years agoole32: Simplify QueryInterface.
Huw Davies [Tue, 17 Mar 2009 14:27:18 +0000 (14:27 +0000)] 
ole32: Simplify QueryInterface.

15 years agoole32: pFmt isn't exposed to the client, so simplify its allocation.
Huw Davies [Tue, 17 Mar 2009 14:25:09 +0000 (14:25 +0000)] 
ole32: pFmt isn't exposed to the client, so simplify its allocation.

15 years agoole32: Rearrange functions to eliminate forward declarations.
Huw Davies [Tue, 17 Mar 2009 14:17:49 +0000 (14:17 +0000)] 
ole32: Rearrange functions to eliminate forward declarations.

15 years agoole32: Add a helper function to retrieve the implementation ptr.
Huw Davies [Tue, 17 Mar 2009 12:44:20 +0000 (12:44 +0000)] 
ole32: Add a helper function to retrieve the implementation ptr.

15 years agoole32: Don't allocate the ole clipboard object in global memory - we're not going...
Huw Davies [Tue, 17 Mar 2009 12:20:55 +0000 (12:20 +0000)] 
ole32: Don't allocate the ole clipboard object in global memory - we're not going to directly expose it to other processes.

15 years agoole32: Remove unused static variable.
Huw Davies [Tue, 17 Mar 2009 11:55:09 +0000 (11:55 +0000)] 
ole32: Remove unused static variable.

15 years agomsi: Handle a NULL and empty szPackagePath in MsiInstallProduct (Coverity 181).
James Hawkins [Sun, 22 Mar 2009 21:31:35 +0000 (14:31 -0700)] 
msi: Handle a NULL and empty szPackagePath in MsiInstallProduct (Coverity 181).

15 years agomsi: Don't try to release a NULL record, with tests (Coverity 536).
James Hawkins [Sun, 22 Mar 2009 21:31:24 +0000 (14:31 -0700)] 
msi: Don't try to release a NULL record, with tests (Coverity 536).

15 years agomsi: MsiCollectUserInfo cannot be called from a custom action (Coverity 565, 566).
James Hawkins [Sun, 22 Mar 2009 21:31:13 +0000 (14:31 -0700)] 
msi: MsiCollectUserInfo cannot be called from a custom action (Coverity 565, 566).

15 years agomsi: Test and handle the case where the SourceList key does not exist and the Package...
James Hawkins [Sun, 22 Mar 2009 21:30:56 +0000 (14:30 -0700)] 
msi: Test and handle the case where the SourceList key does not exist and the PackageName value does not exist in MsiGetProductInfo.

15 years agomsi: Factor out the MsiEnumPatchesEx tests and test the NULL szUserSid and an szUserS...
James Hawkins [Sun, 22 Mar 2009 21:30:38 +0000 (14:30 -0700)] 
msi: Factor out the MsiEnumPatchesEx tests and test the NULL szUserSid and an szUserSid that is different from the current user.

15 years agomsi: Allow the enumeration of other users' patches.
James Hawkins [Sun, 22 Mar 2009 21:30:16 +0000 (14:30 -0700)] 
msi: Allow the enumeration of other users' patches.

15 years agomsi: Enumerate the current user's patches if szUserSid is NULL.
James Hawkins [Sun, 22 Mar 2009 21:30:03 +0000 (14:30 -0700)] 
msi: Enumerate the current user's patches if szUserSid is NULL.

15 years agomsi: Fix a typo (Coverity 910).
James Hawkins [Sun, 22 Mar 2009 21:29:51 +0000 (14:29 -0700)] 
msi: Fix a typo (Coverity 910).

15 years agomsi: Update the German translation.
Michael Stefaniuc [Fri, 20 Mar 2009 22:45:22 +0000 (23:45 +0100)] 
msi: Update the German translation.

15 years agomsi: Convert the German translation to UTF8 encoding.
Michael Stefaniuc [Fri, 20 Mar 2009 22:44:49 +0000 (23:44 +0100)] 
msi: Convert the German translation to UTF8 encoding.

15 years agodsound: Fix uninitialized variable.
Robert Reif [Tue, 17 Mar 2009 14:20:05 +0000 (10:20 -0400)] 
dsound: Fix uninitialized variable.

I missed one case when converting over to static GUIDs in a previous patch.
Pointed out by Andrew Talbot.

15 years agomsi: Reorder the condition operators so that longer strings are matched first.
Aric Stewart [Mon, 16 Mar 2009 16:05:11 +0000 (11:05 -0500)] 
msi: Reorder the condition operators so that longer strings are matched first.

This allows ~<< to be properly matched.

15 years agoshell32: Fix number of returned arguments from CommandLineToArgvW with empty string.
Vitaliy Margolen [Mon, 16 Mar 2009 02:29:48 +0000 (20:29 -0600)] 
shell32: Fix number of returned arguments from CommandLineToArgvW with empty string.

15 years agorpcrt4: Fix a memory leak in union unmarshall functions by never passing fMustAlloc...
Rob Shearman [Fri, 20 Mar 2009 16:13:00 +0000 (16:13 +0000)] 
rpcrt4: Fix a memory leak in union unmarshall functions by never passing fMustAlloc=TRUE into union_arm_unmarshall.

15 years agorpcrt4: Implement NdrRangeUnmarshall for enum types.
Rob Shearman [Fri, 20 Mar 2009 16:11:58 +0000 (16:11 +0000)] 
rpcrt4: Implement NdrRangeUnmarshall for enum types.

15 years agorpcrt4: Simplify some code in RpcServerInqBindings by changing while loops into for...
Rob Shearman [Fri, 20 Mar 2009 16:11:03 +0000 (16:11 +0000)] 
rpcrt4: Simplify some code in RpcServerInqBindings by changing while loops into for loops.

15 years agorpcrt4: Free the resources associated with server protocol sequences on DLL unload.
Rob Shearman [Fri, 20 Mar 2009 16:10:42 +0000 (16:10 +0000)] 
rpcrt4: Free the resources associated with server protocol sequences on DLL unload.

15 years agowidl: Initialise ref pointers to basic and enum types to 0 in generated server code.
Rob Shearman [Fri, 20 Mar 2009 16:16:25 +0000 (16:16 +0000)] 
widl: Initialise ref pointers to basic and enum types to 0 in generated server code.

Previously it was only done for pointers.

15 years agowidl: Output correct code for freeing of conformant-sized and non-conformant strings.
Rob Shearman [Fri, 20 Mar 2009 16:15:46 +0000 (16:15 +0000)] 
widl: Output correct code for freeing of conformant-sized and non-conformant strings.

_StubMsg.pfnFree should be used instead of NdrPointerFree for
conformant-sized strings since the buffer will have been allocated
using NdrAllocate.

Non-conformant strings do not need any freeing since they use a buffer
that is allocated on the stack.

15 years agowidl: Check the attributes applied to function declarations.
Rob Shearman [Fri, 20 Mar 2009 16:14:08 +0000 (16:14 +0000)] 
widl: Check the attributes applied to function declarations.

15 years agod3d10core: Only destroy the device when it doesn't have any references left.
Henri Verbeet [Mon, 23 Mar 2009 07:30:17 +0000 (08:30 +0100)] 
d3d10core: Only destroy the device when it doesn't have any references left.

15 years agod3d8: Fix locking.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)] 
d3d8: Fix locking.

15 years agod3d8: Get rid of resource.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)] 
d3d8: Get rid of resource.c.

15 years agod3d8: Get rid of basetexture.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)] 
d3d8: Get rid of basetexture.c.

15 years agod3d9: Fix locking.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)] 
d3d9: Fix locking.

It appears there are some calls to wined3d missing critical sections.

15 years agod3d9: Get rid of resource.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)] 
d3d9: Get rid of resource.c.

15 years agod3d9: Get rid of basetexture.c.
Henri Verbeet [Mon, 23 Mar 2009 07:30:16 +0000 (08:30 +0100)] 
d3d9: Get rid of basetexture.c.

15 years agowined3d: Set the currently active context to NULL when it's destroyed.
Henri Verbeet [Mon, 23 Mar 2009 07:30:15 +0000 (08:30 +0100)] 
wined3d: Set the currently active context to NULL when it's destroyed.

This should make us crash when trying to use the "currently active" context
after it has been destroyed, rather than messing around with freed memory.

15 years agowined3d: Compare the actual formats.
Henri Verbeet [Mon, 23 Mar 2009 07:30:15 +0000 (08:30 +0100)] 
wined3d: Compare the actual formats.

15 years agowined3d: Unload resources on Uninit3D().
Henri Verbeet [Mon, 23 Mar 2009 12:54:34 +0000 (13:54 +0100)] 
wined3d: Unload resources on Uninit3D().

This should prevent destroying GL objects without a GL context. Eg. when a ddraw
surface has a GL texture and is released after a call to Uninit3D().

15 years agorichedit: Add bounds checks for EM_GETTEXTRANGE with tests.
Dylan Smith [Mon, 23 Mar 2009 04:14:33 +0000 (00:14 -0400)] 
richedit: Add bounds checks for EM_GETTEXTRANGE with tests.

Wine was not doing bounds checks for EM_GETTEXTRANGE, which was causing
a crash in Bug 17822.  The added tests would cause a crash without the
added bounds checks in the richedit code.

The bounds checks I put in HandleMessage, since ME_GetTextRange is also
called for ME_GETSELTEXT which should not have bounds checks, since it
uses the selection range.

When the ME_GETTEXTRANGE message returns 0, no text is copied, not even
the NULL terminating charter.  This differs from EM_GETSELTEXT which
will copy the NULL terminating character when no text is selected.  This
behaviour is consistent with native richedit controls.

15 years agowined3d: Add a classic WGL pixel format backend as not all OpenGL implementations...
Roderick Colenbrander [Sun, 15 Mar 2009 10:30:10 +0000 (11:30 +0100)] 
wined3d: Add a classic WGL pixel format backend as not all OpenGL implementations support WGL_ARB_pixel_format.

This should help for instance VirtualBox.

15 years agowined3d: Add WGL_ARB_pixel_format detection.
Roderick Colenbrander [Sun, 15 Mar 2009 09:01:43 +0000 (10:01 +0100)] 
wined3d: Add WGL_ARB_pixel_format detection.

Right now we assume that the extension is there but this isn't always
the case. The next patch in this series will add a
non-WGL_ARB_pixel_format codepath to help VirtualBox and others.

15 years agoschannel/tests: Fix test on Win2k.
Nicolas Le Cam [Sat, 14 Mar 2009 13:22:51 +0000 (14:22 +0100)] 
schannel/tests: Fix test on Win2k.

15 years agoshell32/tests: Fix a test on Win2k platform and above.
Nicolas Le Cam [Tue, 17 Mar 2009 21:40:45 +0000 (22:40 +0100)] 
shell32/tests: Fix a test on Win2k platform and above.

15 years agourlmon/tests: Fix a test failure on Vista and higher.
Paul Vriens [Thu, 19 Mar 2009 10:16:28 +0000 (11:16 +0100)] 
urlmon/tests: Fix a test failure on Vista and higher.

15 years agouser32/tests: In sysparams.c disable some Get/Set border tests for now. These may...
Rein Klazes [Thu, 19 Mar 2009 09:45:46 +0000 (10:45 +0100)] 
user32/tests: In sysparams.c disable some Get/Set border tests for now. These may permanently change desktop settings of the testers.

15 years agopropsys: Stub for PSUnregisterPropertySchema.
Aric Stewart [Thu, 19 Mar 2009 14:46:45 +0000 (09:46 -0500)] 
propsys: Stub for PSUnregisterPropertySchema.

Needed for IE8 install.

15 years agomshtml: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 16 Mar 2009 01:10:34 +0000 (10:10 +0900)] 
mshtml: Updated Korean resource.

15 years agokernel32: Report unixfs instead of ntfs for unknown filesystem type.
Aric Stewart [Tue, 17 Mar 2009 12:40:42 +0000 (07:40 -0500)] 
kernel32: Report unixfs instead of ntfs for unknown filesystem type.

This avoids programs such as the .Net2.0 installer trying to do ntfs
specific functions on the disk.

15 years agoddraw/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Thu, 19 Mar 2009 10:22:15 +0000 (11:22 +0100)] 
ddraw/tests: Use ULONG instead of unsigned long.

15 years agod3d9/tests: Use LONG instead of long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:22 +0000 (10:55 +0100)] 
d3d9/tests: Use LONG instead of long.

15 years agod3d8/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:40 +0000 (10:55 +0100)] 
d3d8/tests: Use ULONG instead of unsigned long.

15 years agod3dxof/tests: Use ULONG instead of unsigned long.
Michael Stefaniuc [Wed, 18 Mar 2009 09:55:07 +0000 (10:55 +0100)] 
d3dxof/tests: Use ULONG instead of unsigned long.

15 years agoadvapi32/tests: Don't use "long" for variable types.
Michael Stefaniuc [Tue, 17 Mar 2009 09:03:51 +0000 (10:03 +0100)] 
advapi32/tests: Don't use "long" for variable types.

15 years agontdll: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 16 Mar 2009 23:12:11 +0000 (00:12 +0100)] 
ntdll: Remove superfluous pointer casts.

15 years agowineboot: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 13:41:38 +0000 (15:41 +0200)] 
wineboot: Add Lithuanian translation.

15 years agostart: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 13:11:48 +0000 (15:11 +0200)] 
start: Add Lithuanian translation.

15 years agoreg: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 11:01:26 +0000 (13:01 +0200)] 
reg: Add Lithuanian translation.

15 years agouninstaller: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 13:31:03 +0000 (15:31 +0200)] 
uninstaller: Add Lithuanian translation.

15 years agomshtml: Update Lithuanian translation.
Aurimas Fischer [Sun, 15 Mar 2009 10:21:20 +0000 (12:21 +0200)] 
mshtml: Update Lithuanian translation.

15 years agofonts: Add Bielorussian and Ukrainian symbols to tahoma.
Konstantin Kondratyuk [Fri, 20 Mar 2009 12:29:04 +0000 (15:29 +0300)] 
fonts: Add Bielorussian and Ukrainian symbols to tahoma.

15 years agofonts: Add Bielorussian and Ukrainian symbols to tahomabd.
Konstantin Kondratyuk [Fri, 20 Mar 2009 12:27:39 +0000 (15:27 +0300)] 
fonts: Add Bielorussian and Ukrainian symbols to tahomabd.

15 years agoimaadp32: Refuse unknown destination format.
William Waghorn [Wed, 18 Mar 2009 00:02:44 +0000 (17:02 -0700)] 
imaadp32: Refuse unknown destination format.

ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.

15 years agomsadp32: Refuse unknown destination format.
William Waghorn [Wed, 18 Mar 2009 00:02:37 +0000 (17:02 -0700)] 
msadp32: Refuse unknown destination format.

ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.

15 years agoregedit: Fix the German translation.
Michael Stefaniuc [Tue, 17 Mar 2009 22:04:42 +0000 (23:04 +0100)] 
regedit: Fix the German translation.

15 years agoregedit: Convert the German translation to UTF8.
Michael Stefaniuc [Tue, 17 Mar 2009 22:03:55 +0000 (23:03 +0100)] 
regedit: Convert the German translation to UTF8.

15 years agoregedit: Remove commented out STRINGTABLE from the resource files.
Michael Stefaniuc [Tue, 17 Mar 2009 22:03:28 +0000 (23:03 +0100)] 
regedit: Remove commented out STRINGTABLE from the resource files.

The STRINGTABLE is commented out since mid 2003.

15 years agoreg: Fix/update the German translation.
Michael Stefaniuc [Tue, 17 Mar 2009 22:02:45 +0000 (23:02 +0100)] 
reg: Fix/update the German translation.

15 years agoreg: Change the German translation to UTF8.
Michael Stefaniuc [Tue, 17 Mar 2009 22:01:15 +0000 (23:01 +0100)] 
reg: Change the German translation to UTF8.

15 years agomshtml: Update the German translation.
Michael Stefaniuc [Tue, 17 Mar 2009 22:00:50 +0000 (23:00 +0100)] 
mshtml: Update the German translation.

15 years agomshtml: Convert the German translation to UTF8.
Michael Stefaniuc [Tue, 17 Mar 2009 21:59:22 +0000 (22:59 +0100)] 
mshtml: Convert the German translation to UTF8.

15 years agomshtml: Update the Romanian translation.
Michael Stefaniuc [Mon, 16 Mar 2009 10:12:29 +0000 (11:12 +0100)] 
mshtml: Update the Romanian translation.

15 years agoRelease 1.1.17. wine-1.1.17
Alexandre Julliard [Fri, 13 Mar 2009 16:07:55 +0000 (17:07 +0100)] 
Release 1.1.17.

15 years agoddraw/tests: Fix a test failure on VMware and some native boxes.
Paul Vriens [Fri, 13 Mar 2009 13:36:12 +0000 (14:36 +0100)] 
ddraw/tests: Fix a test failure on VMware and some native boxes.

15 years agoddraw/tests: Fix two test failures on W2K/VMware.
Paul Vriens [Fri, 13 Mar 2009 13:30:32 +0000 (14:30 +0100)] 
ddraw/tests: Fix two test failures on W2K/VMware.

15 years agogdi32/tests: Fix some test failures on Win9x.
Paul Vriens [Fri, 13 Mar 2009 12:23:20 +0000 (13:23 +0100)] 
gdi32/tests: Fix some test failures on Win9x.

15 years agomsi: Set concurrency model to multi-threaded for custom action threads.
Hans Leidekker [Fri, 13 Mar 2009 13:48:00 +0000 (14:48 +0100)] 
msi: Set concurrency model to multi-threaded for custom action threads.

A custom action in the office 2007 sp1 installer fails right after calling
CoInitializeEx(NULL, COINIT_MULTITHREADED). This is because our code calls
CoInitialize(NULL) first, which sets a different concurrency model, and a
subsequent call with a different model will return RPC_E_CHANGED_MODE.

Ergo, we should set the model to multi-threaded too.

15 years agomshtml: Added IHTMLWindow2_confirm implementation.
Piotr Caban [Thu, 12 Mar 2009 18:08:30 +0000 (19:08 +0100)] 
mshtml: Added IHTMLWindow2_confirm implementation.

15 years agomshtml: Added HTMLWindow2_prompt implementation.
Piotr Caban [Thu, 12 Mar 2009 18:08:06 +0000 (19:08 +0100)] 
mshtml: Added HTMLWindow2_prompt implementation.

15 years agomsacm32: acmFormatEnum: Implement ACM_FORMATENUMF_SUGGEST.
Stefano Guidoni [Tue, 10 Mar 2009 15:41:19 +0000 (16:41 +0100)] 
msacm32: acmFormatEnum: Implement ACM_FORMATENUMF_SUGGEST.

15 years agolocalspl: Return 0 for the local computer.
Detlef Riekenberg [Fri, 13 Mar 2009 04:18:39 +0000 (05:18 +0100)] 
localspl: Return 0 for the local computer.

15 years agodinput: OS/X joystick: Sort buttons based on usage as some controllers report the...
Aric Stewart [Thu, 12 Mar 2009 13:03:04 +0000 (08:03 -0500)] 
dinput: OS/X joystick: Sort buttons based on usage as some controllers report the buttons out of order.

Makes the xbox 360 controller button mapping more logical.

15 years agomsi: Handle ADVERTISE overrides.
Hans Leidekker [Fri, 13 Mar 2009 10:34:46 +0000 (11:34 +0100)] 
msi: Handle ADVERTISE overrides.

15 years agomsi: Correct spec entry for MsiGetProductInfoA/W.
Hans Leidekker [Fri, 13 Mar 2009 10:34:16 +0000 (11:34 +0100)] 
msi: Correct spec entry for MsiGetProductInfoA/W.

15 years agomake_makefiles: Automatically disable 16-bit modules if enable_win16 isn't set.
Alexandre Julliard [Fri, 13 Mar 2009 11:18:04 +0000 (12:18 +0100)] 
make_makefiles: Automatically disable 16-bit modules if enable_win16 isn't set.

15 years agowinedos: Don't create an import library.
Alexandre Julliard [Fri, 13 Mar 2009 11:00:02 +0000 (12:00 +0100)] 
winedos: Don't create an import library.

15 years agovwin32.vxd: Load winedos dynamically.
Alexandre Julliard [Fri, 13 Mar 2009 10:59:48 +0000 (11:59 +0100)] 
vwin32.vxd: Load winedos dynamically.