wine
14 years agowinex11.drv: Private copy of a result string is unnecessary.
Kusanagi Kouichi [Fri, 12 Feb 2010 05:54:04 +0000 (14:54 +0900)] 
winex11.drv: Private copy of a result string is unnecessary.

14 years agomsxml3: Reimplement IXMLDOMDocument::createElement() over ::createNode().
Nikolay Sivov [Fri, 12 Feb 2010 03:44:59 +0000 (06:44 +0300)] 
msxml3: Reimplement IXMLDOMDocument::createElement() over ::createNode().

14 years agomsxml3/tests: Don't try to use wchar buffers as BSTR parameters.
Nikolay Sivov [Fri, 12 Feb 2010 02:22:06 +0000 (05:22 +0300)] 
msxml3/tests: Don't try to use wchar buffers as BSTR parameters.

14 years agomsxml3: Reimplement IXMLDOMDocument::createDocumentFragment() over ::createNode().
Nikolay Sivov [Fri, 12 Feb 2010 00:59:14 +0000 (03:59 +0300)] 
msxml3: Reimplement IXMLDOMDocument::createDocumentFragment() over ::createNode().

14 years agomsxml3: Support more node types in IXMLDOMDocument_createNode().
Nikolay Sivov [Fri, 12 Feb 2010 00:48:46 +0000 (03:48 +0300)] 
msxml3: Support more node types in IXMLDOMDocument_createNode().

14 years agomsxml3: Check for Null out pointer in node creation (with tests).
Nikolay Sivov [Thu, 11 Feb 2010 21:06:51 +0000 (00:06 +0300)] 
msxml3: Check for Null out pointer in node creation (with tests).

14 years agoole32: Only warn about storage share mode once.
Vincent Povirk [Thu, 11 Feb 2010 22:49:21 +0000 (16:49 -0600)] 
ole32: Only warn about storage share mode once.

14 years agows2_32: Support indefinite receive timeouts.
Jason Edmeades [Thu, 11 Feb 2010 21:32:18 +0000 (13:32 -0800)] 
ws2_32: Support indefinite receive timeouts.

14 years agocomctl32/rebar: Don't try to access band data before it's needed.
Nikolay Sivov [Thu, 11 Feb 2010 19:40:15 +0000 (22:40 +0300)] 
comctl32/rebar: Don't try to access band data before it's needed.

14 years agourlmon: Added CreateUri stub implementation.
Jacek Caban [Thu, 11 Feb 2010 17:33:48 +0000 (18:33 +0100)] 
urlmon: Added CreateUri stub implementation.

14 years agomakefiles: Add helper functions to build the various make lists more efficiently.
Alexandre Julliard [Thu, 11 Feb 2010 22:23:45 +0000 (23:23 +0100)] 
makefiles: Add helper functions to build the various make lists more efficiently.

14 years agomakefiles: Use AS_MKDIR_P to create the extra directories.
Alexandre Julliard [Thu, 11 Feb 2010 19:26:35 +0000 (20:26 +0100)] 
makefiles: Use AS_MKDIR_P to create the extra directories.

14 years agomakefiles: Use AS_VAR_APPEND to build the list of warning messages.
Alexandre Julliard [Thu, 11 Feb 2010 19:25:47 +0000 (20:25 +0100)] 
makefiles: Use AS_VAR_APPEND to build the list of warning messages.

14 years agomakefiles: Fix the installation rules for programs bin directory.
Alexandre Julliard [Thu, 11 Feb 2010 19:07:39 +0000 (20:07 +0100)] 
makefiles: Fix the installation rules for programs bin directory.

14 years agorpcrt4: Add tests for multi-dimensional conformant arrays.
Huw Davies [Thu, 11 Feb 2010 16:18:55 +0000 (16:18 +0000)] 
rpcrt4: Add tests for multi-dimensional conformant arrays.

14 years agouser32: Don't use HIWORD() on a HINSTANCE.
Michael Stefaniuc [Thu, 11 Feb 2010 14:26:23 +0000 (15:26 +0100)] 
user32: Don't use HIWORD() on a HINSTANCE.

14 years agomsi: Add tests for installing and removing ODBC drivers.
Hans Leidekker [Thu, 11 Feb 2010 12:14:06 +0000 (13:14 +0100)] 
msi: Add tests for installing and removing ODBC drivers.

14 years agomsi: Implement the RemoveODBC standard action.
Hans Leidekker [Thu, 11 Feb 2010 12:13:41 +0000 (13:13 +0100)] 
msi: Implement the RemoveODBC standard action.

14 years agomsi: Make sure attrs variable is properly double nul-terminated in ITERATE_InstallODB...
Hans Leidekker [Thu, 11 Feb 2010 12:13:19 +0000 (13:13 +0100)] 
msi: Make sure attrs variable is properly double nul-terminated in ITERATE_InstallODBCDataSource.

14 years agomsi: The File_Setup field in the ODBCDriver and ODBCTranslator tables is optional.
Hans Leidekker [Thu, 11 Feb 2010 12:12:55 +0000 (13:12 +0100)] 
msi: The File_Setup field in the ODBCDriver and ODBCTranslator tables is optional.

14 years agowinmm: Improve initial MIDI player thread synchronisation.
Jörg Höhle [Thu, 11 Feb 2010 03:15:43 +0000 (04:15 +0100)] 
winmm: Improve initial MIDI player thread synchronisation.

14 years agowinmm: Fix incorrect memory useage (Valgrind w/ MIDI tests).
Jörg Höhle [Wed, 10 Feb 2010 19:54:10 +0000 (20:54 +0100)] 
winmm: Fix incorrect memory useage (Valgrind w/ MIDI tests).

14 years agomidimap: Implement callback/notification.
Jörg Höhle [Wed, 10 Feb 2010 18:42:15 +0000 (19:42 +0100)] 
midimap: Implement callback/notification.

14 years agomidimap: Obey the size parameter in GetDevCaps.
Jörg Höhle [Wed, 10 Feb 2010 07:55:00 +0000 (08:55 +0100)] 
midimap: Obey the size parameter in GetDevCaps.

14 years agod3dx9_36: Add stub for D3DXCompileShader.
Christian Costa [Thu, 11 Feb 2010 06:38:08 +0000 (07:38 +0100)] 
d3dx9_36: Add stub for D3DXCompileShader.

14 years agod3dx9: Add definition for ID3DXConstantTable.
Christian Costa [Thu, 11 Feb 2010 06:38:02 +0000 (07:38 +0100)] 
d3dx9: Add definition for ID3DXConstantTable.

14 years agodsound/tests: DirectSound3DListener_QueryInterface should accept IKsPropertySet.
Alexander Nicolaysen Sørnes [Wed, 10 Feb 2010 13:59:28 +0000 (14:59 +0100)] 
dsound/tests: DirectSound3DListener_QueryInterface should accept IKsPropertySet.

14 years agomshtml: Ensure that gecko event listener is attached in attach_event.
Jacek Caban [Thu, 11 Feb 2010 00:20:53 +0000 (01:20 +0100)] 
mshtml: Ensure that gecko event listener is attached in attach_event.

14 years agomshtml: Added tests showing that we should return E_NOTIMPL in DeleteMemberByName.
Jacek Caban [Thu, 11 Feb 2010 00:20:26 +0000 (01:20 +0100)] 
mshtml: Added tests showing that we should return E_NOTIMPL in DeleteMemberByName.

14 years agomshtml: Added IHTMLStyle::get_border*Color implementation.
Jacek Caban [Thu, 11 Feb 2010 00:19:58 +0000 (01:19 +0100)] 
mshtml: Added IHTMLStyle::get_border*Color implementation.

14 years agomakefiles: Add a __tooldeps__ fake dependency to rebuild only the tools.
Alexandre Julliard [Thu, 11 Feb 2010 11:53:53 +0000 (12:53 +0100)] 
makefiles: Add a __tooldeps__ fake dependency to rebuild only the tools.

14 years agomakefiles: Move all the recursion rules to the top-level makefile.
Alexandre Julliard [Wed, 10 Feb 2010 19:27:52 +0000 (20:27 +0100)] 
makefiles: Move all the recursion rules to the top-level makefile.

14 years agomakefiles: Auto-generate the list of all subdirectories too.
Alexandre Julliard [Wed, 10 Feb 2010 18:57:02 +0000 (19:57 +0100)] 
makefiles: Auto-generate the list of all subdirectories too.

14 years agomakefiles: Simplify the WINE_CONFIG_DLL macro by defining some local variables.
Alexandre Julliard [Wed, 10 Feb 2010 18:39:38 +0000 (19:39 +0100)] 
makefiles: Simplify the WINE_CONFIG_DLL macro by defining some local variables.

14 years agomakefiles: Simplify the WINE_CONFIG_MAKEFILE macro by removing the no longer needed...
Alexandre Julliard [Wed, 10 Feb 2010 18:37:48 +0000 (19:37 +0100)] 
makefiles: Simplify the WINE_CONFIG_MAKEFILE macro by removing the no longer needed prefix arg.

14 years agomakefiles: Build the programs directly from the top-level makefile.
Alexandre Julliard [Wed, 10 Feb 2010 18:33:39 +0000 (19:33 +0100)] 
makefiles: Build the programs directly from the top-level makefile.

14 years agomakefiles: Build the dlls directly from the top-level makefile.
Alexandre Julliard [Wed, 10 Feb 2010 18:32:31 +0000 (19:32 +0100)] 
makefiles: Build the dlls directly from the top-level makefile.

14 years agomsi/tests: Run the 'in_use' tests again.
Paul Vriens [Wed, 10 Feb 2010 14:24:49 +0000 (15:24 +0100)] 
msi/tests: Run the 'in_use' tests again.

14 years agomsxml3: Accept PI node in on base name request.
Nikolay Sivov [Wed, 10 Feb 2010 12:12:39 +0000 (15:12 +0300)] 
msxml3: Accept PI node in on base name request.

14 years agokernel32: Avoid using HIWORD on types that are 64bit on Win64.
Michael Stefaniuc [Wed, 10 Feb 2010 10:43:37 +0000 (11:43 +0100)] 
kernel32: Avoid using HIWORD on types that are 64bit on Win64.

14 years agokernel32: Don't use HIWORD to check for swapped args in GetCurrentDirectoryA.
Michael Stefaniuc [Wed, 10 Feb 2010 11:11:53 +0000 (12:11 +0100)] 
kernel32: Don't use HIWORD to check for swapped args in GetCurrentDirectoryA.

14 years agooleaut32: Avoid using HIWORD on string pointers.
Michael Stefaniuc [Wed, 10 Feb 2010 10:44:10 +0000 (11:44 +0100)] 
oleaut32: Avoid using HIWORD on string pointers.

14 years agontdll: Avoid using HIWORD on types that are 64bit on Win64.
Michael Stefaniuc [Wed, 10 Feb 2010 10:43:59 +0000 (11:43 +0100)] 
ntdll: Avoid using HIWORD on types that are 64bit on Win64.

14 years agomsi: Add a partial implementation of the ValidateProductID standard action.
Hans Leidekker [Wed, 10 Feb 2010 10:55:59 +0000 (11:55 +0100)] 
msi: Add a partial implementation of the ValidateProductID standard action.

14 years agomsi: Implement the UnregisterFonts standard action.
Hans Leidekker [Wed, 10 Feb 2010 10:55:31 +0000 (11:55 +0100)] 
msi: Implement the UnregisterFonts standard action.

14 years agomsi: Add stub implementations of the DisableRollback and InstallAdminPackage standard...
Hans Leidekker [Wed, 10 Feb 2010 10:54:57 +0000 (11:54 +0100)] 
msi: Add stub implementations of the DisableRollback and InstallAdminPackage standard actions.

14 years agonotepad: Increase the text limit.
Kusanagi Kouichi [Wed, 10 Feb 2010 10:54:42 +0000 (19:54 +0900)] 
notepad: Increase the text limit.

14 years agourlmon: Don't create empty default key values where not necessary.
Alexandre Julliard [Wed, 10 Feb 2010 13:30:24 +0000 (14:30 +0100)] 
urlmon: Don't create empty default key values where not necessary.

14 years agoshdocvw: Don't create empty default key values where not necessary.
Alexandre Julliard [Wed, 10 Feb 2010 13:30:19 +0000 (14:30 +0100)] 
shdocvw: Don't create empty default key values where not necessary.

14 years agomshtml: Don't create empty default key values where not necessary.
Alexandre Julliard [Wed, 10 Feb 2010 13:30:12 +0000 (14:30 +0100)] 
mshtml: Don't create empty default key values where not necessary.

14 years agojscript: Don't create empty default key values where not necessary.
Alexandre Julliard [Wed, 10 Feb 2010 13:30:07 +0000 (14:30 +0100)] 
jscript: Don't create empty default key values where not necessary.

14 years agoitss: Don't create empty default key values where not necessary.
Alexandre Julliard [Wed, 10 Feb 2010 13:29:58 +0000 (14:29 +0100)] 
itss: Don't create empty default key values where not necessary.

14 years agowine.inf: Don't create empty default key values where not necessary.
Alexandre Julliard [Wed, 10 Feb 2010 13:29:52 +0000 (14:29 +0100)] 
wine.inf: Don't create empty default key values where not necessary.

14 years agowordpad: Fixed quick print so that it doesn't print blank pages.
Dylan Smith [Wed, 10 Feb 2010 07:38:40 +0000 (02:38 -0500)] 
wordpad: Fixed quick print so that it doesn't print blank pages.

14 years agoshell32/tests: Fix a test failure on NT4.
Paul Vriens [Wed, 10 Feb 2010 07:30:06 +0000 (08:30 +0100)] 
shell32/tests: Fix a test failure on NT4.

14 years agohhctrl.ocx: Remove a stray heap_alloc(0) (Smatch).
Michael Stefaniuc [Tue, 9 Feb 2010 22:01:37 +0000 (23:01 +0100)] 
hhctrl.ocx: Remove a stray heap_alloc(0) (Smatch).

14 years agohhctrl.ocx: Use the SendMessage instead of ListView_GetItem.
Michael Stefaniuc [Tue, 9 Feb 2010 22:02:03 +0000 (23:02 +0100)] 
hhctrl.ocx: Use the SendMessage instead of ListView_GetItem.

SendMessage() is more explicit and also gets rid of three gcc -Wextra
  warning: value computed is not used

14 years agoitss: Reorder some code to avoid leaking memory on an error path.
Michael Stefaniuc [Tue, 9 Feb 2010 22:01:26 +0000 (23:01 +0100)] 
itss: Reorder some code to avoid leaking memory on an error path.

Found by Smatch.

14 years agoshlwapi: Account for trailing NULL in UrlFixupW.
Aric Stewart [Tue, 9 Feb 2010 18:53:45 +0000 (12:53 -0600)] 
shlwapi: Account for trailing NULL in UrlFixupW.

14 years agomshtml: Added IHTMLStyle::get_borderRightColor implementation.
Jacek Caban [Tue, 9 Feb 2010 18:35:41 +0000 (19:35 +0100)] 
mshtml: Added IHTMLStyle::get_borderRightColor implementation.

14 years agomshtml: Forward IHTMLCommentElement::get_text to IHTMLElement::get_outerHTML.
Jacek Caban [Tue, 9 Feb 2010 18:35:20 +0000 (19:35 +0100)] 
mshtml: Forward IHTMLCommentElement::get_text to IHTMLElement::get_outerHTML.

14 years agomsxml3/tests: Add a trivial test for IXMLDOMDocumentFragment_get_parentNode().
Nikolay Sivov [Tue, 9 Feb 2010 18:08:36 +0000 (21:08 +0300)] 
msxml3/tests: Add a trivial test for IXMLDOMDocumentFragment_get_parentNode().

14 years agomsxml3: IXMLDOMAttribute shouldn't report its parent.
Nikolay Sivov [Tue, 9 Feb 2010 18:00:25 +0000 (21:00 +0300)] 
msxml3: IXMLDOMAttribute shouldn't report its parent.

14 years agorichedit: Move function ME_GetParaLineSpace to make it static.
Dylan Smith [Tue, 9 Feb 2010 17:07:22 +0000 (12:07 -0500)] 
richedit: Move function ME_GetParaLineSpace to make it static.

14 years agocmd: Added cmd.exe tests.
Jacek Caban [Tue, 9 Feb 2010 18:11:15 +0000 (19:11 +0100)] 
cmd: Added cmd.exe tests.

14 years agomakefiles: Add support for having tests under the programs directory.
Alexandre Julliard [Wed, 10 Feb 2010 10:24:00 +0000 (11:24 +0100)] 
makefiles: Add support for having tests under the programs directory.

14 years agomakefiles: Move Maketest.rules to the top level.
Alexandre Julliard [Wed, 10 Feb 2010 10:18:58 +0000 (11:18 +0100)] 
makefiles: Move Maketest.rules to the top level.

14 years agomakefiles: Disable winetest when tests are disabled.
Alexandre Julliard [Tue, 9 Feb 2010 18:08:17 +0000 (19:08 +0100)] 
makefiles: Disable winetest when tests are disabled.

14 years agomakefiles: Build the tests directly from the top-level makefile.
Alexandre Julliard [Wed, 10 Feb 2010 10:03:16 +0000 (11:03 +0100)] 
makefiles: Build the tests directly from the top-level makefile.

14 years agomakefiles: Build the import libraries directly from the top-level makefile.
Alexandre Julliard [Wed, 10 Feb 2010 09:57:57 +0000 (10:57 +0100)] 
makefiles: Build the import libraries directly from the top-level makefile.

14 years agomakefiles: Build the static libraries directly from the top-level makefile.
Alexandre Julliard [Wed, 10 Feb 2010 09:55:23 +0000 (10:55 +0100)] 
makefiles: Build the static libraries directly from the top-level makefile.

14 years agomshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument2::write(ln).
Andrew Nguyen [Tue, 9 Feb 2010 15:54:03 +0000 (09:54 -0600)] 
mshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument2::write(ln).

14 years agomsxml3: Support comment node type in IXMLDOMNode_get_baseName.
Nikolay Sivov [Tue, 9 Feb 2010 15:07:54 +0000 (18:07 +0300)] 
msxml3: Support comment node type in IXMLDOMNode_get_baseName.

14 years agodbghelp: Merge dwarf code from ntdll/signal_x86_64.c.
André Hentschel [Mon, 8 Feb 2010 21:33:19 +0000 (22:33 +0100)] 
dbghelp: Merge dwarf code from ntdll/signal_x86_64.c.

14 years agomsxml3: Fix building with older libxml versions.
Alexandre Julliard [Tue, 9 Feb 2010 14:53:28 +0000 (15:53 +0100)] 
msxml3: Fix building with older libxml versions.

14 years agouser32: In a DLGTEMPLATEEX resource dialog version goes before signature.
Dmitry Timoshkov [Tue, 9 Feb 2010 11:06:21 +0000 (19:06 +0800)] 
user32: In a DLGTEMPLATEEX resource dialog version goes before signature.

14 years agodbghelp: Add stubs for SymGetLineFromName, SymGetLineFromName64, SymGetLineFromNameW64.
Alistair Leslie-Hughes [Tue, 9 Feb 2010 08:45:22 +0000 (19:45 +1100)] 
dbghelp: Add stubs for SymGetLineFromName, SymGetLineFromName64, SymGetLineFromNameW64.

14 years agomsxml3: Create entity reference node properly.
Nikolay Sivov [Tue, 9 Feb 2010 00:43:38 +0000 (03:43 +0300)] 
msxml3: Create entity reference node properly.

14 years agourlmon/tests: Added more url parsing tests.
Piotr Caban [Tue, 9 Feb 2010 00:08:43 +0000 (01:08 +0100)] 
urlmon/tests: Added more url parsing tests.

14 years agourlmon: Fixed CoInternetGetSecurityUrl implementation.
Piotr Caban [Tue, 9 Feb 2010 00:08:16 +0000 (01:08 +0100)] 
urlmon: Fixed CoInternetGetSecurityUrl implementation.

14 years agourlmon: Fix map_url_to_zone implementation.
Piotr Caban [Tue, 9 Feb 2010 00:07:46 +0000 (01:07 +0100)] 
urlmon: Fix map_url_to_zone implementation.

14 years agomsxml3: Create PI node properly.
Nikolay Sivov [Tue, 9 Feb 2010 00:03:30 +0000 (03:03 +0300)] 
msxml3: Create PI node properly.

14 years agomshtml: Correctly handle comment nodes in IHTMLElement::[get|put]_title implementation.
Jacek Caban [Mon, 8 Feb 2010 20:50:08 +0000 (21:50 +0100)] 
mshtml: Correctly handle comment nodes in IHTMLElement::[get|put]_title implementation.

14 years agomshtml: Added IHTMLElement2::detachEvent implementation.
Jacek Caban [Mon, 8 Feb 2010 20:49:37 +0000 (21:49 +0100)] 
mshtml: Added IHTMLElement2::detachEvent implementation.

14 years agomshtml: Don't free nsstr in HTMLFormElement_get_dispid twice.
Jacek Caban [Mon, 8 Feb 2010 20:49:11 +0000 (21:49 +0100)] 
mshtml: Don't free nsstr in HTMLFormElement_get_dispid twice.

14 years agomshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_width implementation.
Jacek Caban [Mon, 8 Feb 2010 20:48:31 +0000 (21:48 +0100)] 
mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_width implementation.

14 years agomshtml: Added IHTMLImgElement::height property implementation.
Jacek Caban [Mon, 8 Feb 2010 20:47:57 +0000 (21:47 +0100)] 
mshtml: Added IHTMLImgElement::height property implementation.

14 years agomshtml: Added IHTMLImgElement::width property implementation.
Jacek Caban [Mon, 8 Feb 2010 20:47:21 +0000 (21:47 +0100)] 
mshtml: Added IHTMLImgElement::width property implementation.

14 years agomshtml: Set image size in IHTMLImageElementFactory::create.
Jacek Caban [Mon, 8 Feb 2010 20:46:45 +0000 (21:46 +0100)] 
mshtml: Set image size in IHTMLImageElementFactory::create.

14 years agod3d: Make sure vertexbuffer lock doesn't return a NULL pointer.
Stefan Dösinger [Mon, 8 Feb 2010 11:28:26 +0000 (12:28 +0100)] 
d3d: Make sure vertexbuffer lock doesn't return a NULL pointer.

14 years agowined3d: Don't use GL_MAP_FLUSH_EXPLICIT_BIT without GL_MAP_WRITE_BIT.
Stefan Dösinger [Mon, 8 Feb 2010 11:24:36 +0000 (12:24 +0100)] 
wined3d: Don't use GL_MAP_FLUSH_EXPLICIT_BIT without GL_MAP_WRITE_BIT.

14 years agowined3d: Don't record dirty areas in a readonly lock.
Stefan Dösinger [Mon, 8 Feb 2010 11:22:24 +0000 (12:22 +0100)] 
wined3d: Don't record dirty areas in a readonly lock.

14 years agomakefiles: Generate the list of test binaries from configure.
Alexandre Julliard [Mon, 8 Feb 2010 20:29:13 +0000 (21:29 +0100)] 
makefiles: Generate the list of test binaries from configure.

14 years agomakefiles: Generate the winetest rules from the WINE_CONFIG_TEST macro.
Alexandre Julliard [Mon, 8 Feb 2010 20:27:54 +0000 (21:27 +0100)] 
makefiles: Generate the winetest rules from the WINE_CONFIG_TEST macro.

14 years agomakefiles: Generate a general catch-all dependency on .tab.h files to replace the...
Alexandre Julliard [Mon, 8 Feb 2010 19:58:00 +0000 (20:58 +0100)] 
makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.

14 years agomakefiles: Move the CROSSOBJS dependency to the generated default dependencies.
Alexandre Julliard [Mon, 8 Feb 2010 19:54:05 +0000 (20:54 +0100)] 
makefiles: Move the CROSSOBJS dependency to the generated default dependencies.

Get rid of a remaining C_SRCS16 reference.

14 years agomakefiles: Generate dependencies to match each makefile to its subdirectory.
Alexandre Julliard [Mon, 8 Feb 2010 19:47:41 +0000 (20:47 +0100)] 
makefiles: Generate dependencies to match each makefile to its subdirectory.

14 years agomakefiles: Build the tools subdirectories directly from the top-level makefile.
Alexandre Julliard [Mon, 8 Feb 2010 19:47:07 +0000 (20:47 +0100)] 
makefiles: Build the tools subdirectories directly from the top-level makefile.

14 years agomakefiles: Build the libs subdirectories directly from the top-level makefile.
Alexandre Julliard [Mon, 8 Feb 2010 19:43:03 +0000 (20:43 +0100)] 
makefiles: Build the libs subdirectories directly from the top-level makefile.

14 years agokernel32: Do not load 16-bit krnl386.exe by default.
Alexandre Julliard [Mon, 8 Feb 2010 16:44:43 +0000 (17:44 +0100)] 
kernel32: Do not load 16-bit krnl386.exe by default.