wine
18 years agontdll: Fix return status when failing to load the associated manifest for a module.
Alexandre Julliard [Wed, 25 Jul 2007 16:10:17 +0000 (18:10 +0200)] 
ntdll: Fix return status when failing to load the associated manifest for a module.

18 years agontdll: Improve some activation context traces.
Alexandre Julliard [Thu, 26 Jul 2007 09:05:09 +0000 (11:05 +0200)] 
ntdll: Improve some activation context traces.

18 years agontdll: Store the base directory for an assembly (based on a patch by Eric Pouech).
Alexandre Julliard [Wed, 25 Jul 2007 15:02:11 +0000 (17:02 +0200)] 
ntdll: Store the base directory for an assembly (based on a patch by Eric Pouech).

18 years agontdll: Create the per-module activation context at module load time.
Alexandre Julliard [Wed, 25 Jul 2007 14:50:32 +0000 (16:50 +0200)] 
ntdll: Create the per-module activation context at module load time.

18 years agontdll: Create the process activation context at initialization time.
Alexandre Julliard [Wed, 25 Jul 2007 14:48:40 +0000 (16:48 +0200)] 
ntdll: Create the process activation context at initialization time.

18 years agontdll: Don't add an empty assembly when creating an activation context.
Alexandre Julliard [Wed, 25 Jul 2007 14:47:34 +0000 (16:47 +0200)] 
ntdll: Don't add an empty assembly when creating an activation context.

18 years agontdll: Check existing dependencies in activation context before adding a new one.
Alexandre Julliard [Wed, 25 Jul 2007 14:46:03 +0000 (16:46 +0200)] 
ntdll: Check existing dependencies in activation context before adding a new one.

18 years agox11drv: Fix the special case where windows have WS_CHILD and WS_POPUP.
Peter Dons Tychsen [Wed, 25 Jul 2007 02:09:50 +0000 (04:09 +0200)] 
x11drv: Fix the special case where windows have WS_CHILD and WS_POPUP.

18 years agoserver: Only commit SetThreadPriority if new priority is correct.
Matt Jones [Tue, 24 Jul 2007 20:23:56 +0000 (13:23 -0700)] 
server: Only commit SetThreadPriority if new priority is correct.

18 years agokernel32: Added test for bad arguments to SetThreadPriority, test for correct error...
Matt Jones [Tue, 24 Jul 2007 20:20:40 +0000 (13:20 -0700)] 
kernel32: Added test for bad arguments to SetThreadPriority, test for correct error value.

18 years agogdiplus: Added GdipLoadImageFromStreamICM stub.
Evan Stade [Wed, 25 Jul 2007 00:19:21 +0000 (17:19 -0700)] 
gdiplus: Added GdipLoadImageFromStreamICM stub.

18 years agogdiplus: Added GdipDisposeImage stub.
Evan Stade [Wed, 25 Jul 2007 00:19:18 +0000 (17:19 -0700)] 
gdiplus: Added GdipDisposeImage stub.

18 years agogdiplus: Added GdipCreateMetafileFromWmf stub.
Evan Stade [Wed, 25 Jul 2007 00:19:15 +0000 (17:19 -0700)] 
gdiplus: Added GdipCreateMetafileFromWmf stub.

18 years agogdiplus: Added GdipGetImageType stub.
Evan Stade [Wed, 25 Jul 2007 00:19:12 +0000 (17:19 -0700)] 
gdiplus: Added GdipGetImageType stub.

18 years agogdiplus: Limit fixme output.
Evan Stade [Wed, 25 Jul 2007 00:19:09 +0000 (17:19 -0700)] 
gdiplus: Limit fixme output.

18 years agogdiplus: Image getter stubs.
Evan Stade [Wed, 25 Jul 2007 00:19:02 +0000 (17:19 -0700)] 
gdiplus: Image getter stubs.

18 years agogdiplus: Added GdipCreateMetafileFromEmf stub.
Evan Stade [Wed, 25 Jul 2007 00:19:05 +0000 (17:19 -0700)] 
gdiplus: Added GdipCreateMetafileFromEmf stub.

18 years agogdiplus: Make pen width depend on world transform.
Evan Stade [Wed, 25 Jul 2007 00:18:58 +0000 (17:18 -0700)] 
gdiplus: Make pen width depend on world transform.

18 years agogdiplus: Create gdi pen every time gdi+ pen is used.
Evan Stade [Wed, 25 Jul 2007 00:18:54 +0000 (17:18 -0700)] 
gdiplus: Create gdi pen every time gdi+ pen is used.

18 years agogdiplus: Use world transform when drawing points.
Evan Stade [Wed, 25 Jul 2007 00:18:50 +0000 (17:18 -0700)] 
gdiplus: Use world transform when drawing points.

18 years agogdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform.
Evan Stade [Wed, 25 Jul 2007 00:18:47 +0000 (17:18 -0700)] 
gdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform.

18 years agogdiplus: Added GdipCloneMatrix.
Evan Stade [Wed, 25 Jul 2007 00:18:42 +0000 (17:18 -0700)] 
gdiplus: Added GdipCloneMatrix.

18 years agogdiplus: Added GdipSetPageScale/GdipGetPageScale.
Evan Stade [Wed, 25 Jul 2007 00:18:39 +0000 (17:18 -0700)] 
gdiplus: Added GdipSetPageScale/GdipGetPageScale.

18 years agogdiplus: Added support for more page units.
Evan Stade [Wed, 25 Jul 2007 00:18:34 +0000 (17:18 -0700)] 
gdiplus: Added support for more page units.

18 years agouser32/tests: Flush events more aggressively in mouse input test.
Alexandre Julliard [Wed, 25 Jul 2007 11:46:42 +0000 (13:46 +0200)] 
user32/tests: Flush events more aggressively in mouse input test.

18 years agogdi32/tests: Don't test default char, it doesn't have to be always the same.
Alexandre Julliard [Wed, 25 Jul 2007 11:46:18 +0000 (13:46 +0200)] 
gdi32/tests: Don't test default char, it doesn't have to be always the same.

18 years agowinex11.drv: Take into account position of preedit area in PreEditCaretCallback.
Nigel Liang [Tue, 24 Jul 2007 23:53:54 +0000 (16:53 -0700)] 
winex11.drv: Take into account position of preedit area in PreEditCaretCallback.

18 years agomsi: Use a different separator as a semi-colon may separate values in the CustomActio...
James Hawkins [Tue, 24 Jul 2007 22:54:36 +0000 (15:54 -0700)] 
msi: Use a different separator as a semi-colon may separate values in the CustomActionData.

18 years agocmd: Fix trap when batch pgm runs another batch pgm.
Jason Edmeades [Tue, 24 Jul 2007 22:36:30 +0000 (23:36 +0100)] 
cmd: Fix trap when batch pgm runs another batch pgm.

18 years agomshtml: Events are reset when a new document URI is loaded, so re-initialise them...
Rob Shearman [Tue, 24 Jul 2007 22:07:10 +0000 (17:07 -0500)] 
mshtml: Events are reset when a new document URI is loaded, so re-initialise them in start_binding.

18 years agomshtml: Set focus to the Gecko window in OleInPlaceActiveObject_OnFrameWindowActivate.
Rob Shearman [Tue, 24 Jul 2007 22:07:05 +0000 (17:07 -0500)] 
mshtml: Set focus to the Gecko window in OleInPlaceActiveObject_OnFrameWindowActivate.

18 years agomshtml: Call IDocHostUIHandler_HideUI and IDocHostUIHandler_ShowUI when changing...
Rob Shearman [Tue, 24 Jul 2007 22:06:56 +0000 (17:06 -0500)] 
mshtml: Call IDocHostUIHandler_HideUI and IDocHostUIHandler_ShowUI when changing an UI active window to be in edit mode.

Add tests for the behaviour of changing edit mode when a UI window is active.

18 years agomshtml: Pass the correct DOCHOSTUITYPE value to IDocHostUIHandler_ShowUI.
Rob Shearman [Tue, 24 Jul 2007 22:06:47 +0000 (17:06 -0500)] 
mshtml: Pass the correct DOCHOSTUITYPE value to IDocHostUIHandler_ShowUI.

Don't reset window_active in OleDocumentView_UIActivate.

18 years agomshtml: OleDocumentView_UIActivate should call IOleInPlaceUIWindow_SetActiveObject...
Rob Shearman [Tue, 24 Jul 2007 22:06:42 +0000 (17:06 -0500)] 
mshtml: OleDocumentView_UIActivate should call IOleInPlaceUIWindow_SetActiveObject and IOleInPlaceFrame_SetBorderSpace.

Add a test to show this behaviour.
Don't call nsIWebBrowserFocus_Activate when just activating the window.
Instead call it when UI-activating the window.

18 years agowined3d: Fix the stretch_rect_fbo() declaration to match the implementation.
H. Verbeet [Tue, 24 Jul 2007 21:38:40 +0000 (23:38 +0200)] 
wined3d: Fix the stretch_rect_fbo() declaration to match the implementation.

18 years agowined3d: Pass the correct target to glMultiTexCoord.
H. Verbeet [Tue, 24 Jul 2007 21:38:31 +0000 (23:38 +0200)] 
wined3d: Pass the correct target to glMultiTexCoord.

18 years agowined3d: Remove a return after a return. Found by Smatch.
Michael Stefaniuc [Tue, 24 Jul 2007 20:29:16 +0000 (22:29 +0200)] 
wined3d: Remove a return after a return. Found by Smatch.

18 years agomscms: Don't produce unreachable code during conditional compilation.
Michael Stefaniuc [Tue, 24 Jul 2007 20:29:05 +0000 (22:29 +0200)] 
mscms: Don't produce unreachable code during conditional compilation.

18 years agowinefile: Change the settings functions to use the W registry functions.
Michael Stefaniuc [Tue, 24 Jul 2007 20:28:51 +0000 (22:28 +0200)] 
winefile: Change the settings functions to use the W registry functions.

18 years agocrypt32: Test and implement getting the encoded signers from an encoded signed message.
Juan Lang [Tue, 24 Jul 2007 18:18:52 +0000 (11:18 -0700)] 
crypt32: Test and implement getting the encoded signers from an encoded signed message.

18 years agomsxml3: Cast-qual warning fix.
Andrew Talbot [Tue, 24 Jul 2007 18:16:09 +0000 (19:16 +0100)] 
msxml3: Cast-qual warning fix.

18 years agontdll: Add Samara time zone.
Konstantin Kondratyuk [Tue, 24 Jul 2007 04:57:55 +0000 (08:57 +0400)] 
ntdll: Add Samara time zone.

18 years agocrypt32: Fixed wrong allocation size.
Marcus Meissner [Tue, 24 Jul 2007 19:16:01 +0000 (21:16 +0200)] 
crypt32: Fixed wrong allocation size.

18 years agoadvapi32/service: Add tests for GetServiceKeyName.
Paul Vriens [Tue, 24 Jul 2007 18:58:35 +0000 (20:58 +0200)] 
advapi32/service: Add tests for GetServiceKeyName.

18 years agoadvapi32/service: Close a handle on failure.
Paul Vriens [Tue, 24 Jul 2007 18:55:38 +0000 (20:55 +0200)] 
advapi32/service: Close a handle on failure.

18 years agoadvapi32/service: Add another test for GetServiceDisplayName.
Paul Vriens [Tue, 24 Jul 2007 13:35:53 +0000 (15:35 +0200)] 
advapi32/service: Add another test for GetServiceDisplayName.

18 years agows2_32: Initialize the address to 0 in ws_sockaddr_ws2u.
Aric Stewart [Tue, 24 Jul 2007 12:52:27 +0000 (07:52 -0500)] 
ws2_32: Initialize the address to 0 in ws_sockaddr_ws2u.

18 years agowined3d: Create the stateblock in Init3D.
Stefan Dösinger [Sun, 22 Jul 2007 21:09:11 +0000 (23:09 +0200)] 
wined3d: Create the stateblock in Init3D.

18 years agoddraw: Some d3d-only code fixes.
Stefan Dösinger [Mon, 23 Jul 2007 07:57:26 +0000 (09:57 +0200)] 
ddraw: Some d3d-only code fixes.

Vertex declarations are a d3d feature, thus they should be destroyed
before d3d is shut down in wined3d. The surface type should be reset
afterwards to prevent avoid gl surface afterwards and before a new
render target is created.

18 years agourlmon/tests: Release two objects that should be released but are not.
Misha Koshelev [Tue, 24 Jul 2007 05:16:34 +0000 (00:16 -0500)] 
urlmon/tests: Release two objects that should be released but are not.

18 years agourlmon: Release IInternetProtocolInfo returned from get_protocol_info when finished...
Misha Koshelev [Tue, 24 Jul 2007 05:15:57 +0000 (00:15 -0500)] 
urlmon: Release IInternetProtocolInfo returned from get_protocol_info when finished with it.

18 years agourlmon: LockModule in create_binding_protocol as we ReleaseModule when the object...
Misha Koshelev [Tue, 24 Jul 2007 05:15:19 +0000 (00:15 -0500)] 
urlmon: LockModule in create_binding_protocol as we ReleaseModule when the object is released.

18 years agourlmon: If we are using an internal protocol ClassFactory, call its AddRef as the...
Misha Koshelev [Tue, 24 Jul 2007 05:14:58 +0000 (00:14 -0500)] 
urlmon: If we are using an internal protocol ClassFactory, call its AddRef as the caller must Release the object.

18 years agogdiplus: Use page unit when drawing.
Evan Stade [Tue, 24 Jul 2007 03:24:53 +0000 (20:24 -0700)] 
gdiplus: Use page unit when drawing.

18 years agogdiplus: Added GdipSetPageUnit.
Evan Stade [Tue, 24 Jul 2007 03:24:41 +0000 (20:24 -0700)] 
gdiplus: Added GdipSetPageUnit.

18 years agogdiplus: Added GdipFillPolygonI.
Evan Stade [Tue, 24 Jul 2007 03:24:35 +0000 (20:24 -0700)] 
gdiplus: Added GdipFillPolygonI.

18 years agogdiplus: Implemented GdipSetPenColor.
Evan Stade [Tue, 24 Jul 2007 03:24:29 +0000 (20:24 -0700)] 
gdiplus: Implemented GdipSetPenColor.

18 years agogdiplus: Implemented GdipSetSolidFillColor/GdipGetSolidFillColor.
Evan Stade [Tue, 24 Jul 2007 03:24:24 +0000 (20:24 -0700)] 
gdiplus: Implemented GdipSetSolidFillColor/GdipGetSolidFillColor.

18 years agogdiplus/tests: Added pen brush fill test.
Evan Stade [Tue, 24 Jul 2007 03:24:18 +0000 (20:24 -0700)] 
gdiplus/tests: Added pen brush fill test.

18 years agogdiplus: Added GdipSetSolidFillColor and GdipGetSolidFillColor stubs.
Evan Stade [Tue, 24 Jul 2007 03:24:13 +0000 (20:24 -0700)] 
gdiplus: Added GdipSetSolidFillColor and GdipGetSolidFillColor stubs.

18 years agogdiplus: Added GdipGetPenBrushFill.
Evan Stade [Tue, 24 Jul 2007 03:24:07 +0000 (20:24 -0700)] 
gdiplus: Added GdipGetPenBrushFill.

18 years agogdiplus: Added GdipGetPenColor stub.
Evan Stade [Tue, 24 Jul 2007 03:24:00 +0000 (20:24 -0700)] 
gdiplus: Added GdipGetPenColor stub.

18 years agogdiplus: Added GdipSetPenBrushFill.
Evan Stade [Tue, 24 Jul 2007 03:23:52 +0000 (20:23 -0700)] 
gdiplus: Added GdipSetPenBrushFill.

18 years agourlmon: Wrap IHttpNegotiate2 interface exposed by IBindStatusCallback as done by...
Misha Koshelev [Tue, 24 Jul 2007 01:35:53 +0000 (20:35 -0500)] 
urlmon: Wrap IHttpNegotiate2 interface exposed by IBindStatusCallback as done by native.

18 years agourlmon/tests: Add tests for calls to IHttpNegotiate interfaces as exposed by IBindSta...
Misha Koshelev [Tue, 24 Jul 2007 01:33:08 +0000 (20:33 -0500)] 
urlmon/tests: Add tests for calls to IHttpNegotiate interfaces as exposed by IBindStatusCallback.

Add more tests for specific arguments passed to IHttpNegotiate and IHttpNegotiate2. Note that
for OnResponse pszAdditionalHeaders is NULL when called directly from IInternetProtocol (for
example as seen in our protocol tests) but non-NULL when these interfaces are exposed by
IBindStatusCallback as seen here. Tests conform on Win98 and Winxp.

18 years agourlmon/tests: Add tests for calls to IBindStatusCallback_QueryInterface.
Misha Koshelev [Tue, 24 Jul 2007 01:31:50 +0000 (20:31 -0500)] 
urlmon/tests: Add tests for calls to IBindStatusCallback_QueryInterface.

18 years agourlmon: Add a reference to the IUnknown for Release of STGMEDIUM to account for extra...
Misha Koshelev [Tue, 24 Jul 2007 01:31:24 +0000 (20:31 -0500)] 
urlmon: Add a reference to the IUnknown for Release of STGMEDIUM to account for extra call to ReleaseBindInfo.

18 years agourlmon: ReleaseBindInfo in FileProtocol.
Misha Koshelev [Tue, 24 Jul 2007 01:30:57 +0000 (20:30 -0500)] 
urlmon: ReleaseBindInfo in FileProtocol.

18 years agourlmon: Don't ignore bytes read from IInternetProtocol_Read if hres is not S_OK ...
Misha Koshelev [Tue, 24 Jul 2007 01:30:17 +0000 (20:30 -0500)] 
urlmon: Don't ignore bytes read from IInternetProtocol_Read if hres is not S_OK (e.g., E_PENDING).

Bytes can still be read with E_PENDING returned if the whole request could not be satisfied, don't
ignore those.

18 years agourlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable...
Misha Koshelev [Tue, 24 Jul 2007 01:29:55 +0000 (20:29 -0500)] 
urlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable in HttpProtocol.

18 years agows2_32: Sending 0 bytes shouldn't cause an infinite loop.
Damjan Jovanovic [Tue, 24 Jul 2007 05:44:57 +0000 (07:44 +0200)] 
ws2_32: Sending 0 bytes shouldn't cause an infinite loop.

18 years agomsi: Add handling for the MSIMODIFY_UPDATE command.
James Hawkins [Tue, 24 Jul 2007 02:20:51 +0000 (19:20 -0700)] 
msi: Add handling for the MSIMODIFY_UPDATE command.

18 years agomsi: Add tests for the MSIMODIFY_UPDATE command.
James Hawkins [Tue, 24 Jul 2007 02:19:58 +0000 (19:19 -0700)] 
msi: Add tests for the MSIMODIFY_UPDATE command.

18 years agomsi: Properly delete the columns view.
James Hawkins [Tue, 24 Jul 2007 02:19:15 +0000 (19:19 -0700)] 
msi: Properly delete the columns view.

18 years agocrypt32: Test and implement encoding signed data messages with CRLs.
Juan Lang [Tue, 24 Jul 2007 01:24:11 +0000 (18:24 -0700)] 
crypt32: Test and implement encoding signed data messages with CRLs.

18 years agocrypt32: Test and implement encoding signed messages with certificates.
Juan Lang [Tue, 24 Jul 2007 01:23:43 +0000 (18:23 -0700)] 
crypt32: Test and implement encoding signed messages with certificates.

18 years agocrypt32: Use set encoding function for encoding PKCS signed info.
Juan Lang [Tue, 24 Jul 2007 01:23:00 +0000 (18:23 -0700)] 
crypt32: Use set encoding function for encoding PKCS signed info.

18 years agocrypt32: Implement getting version from an encoded signed message.
Juan Lang [Tue, 24 Jul 2007 01:22:30 +0000 (18:22 -0700)] 
crypt32: Implement getting version from an encoded signed message.

18 years agocrypt32: Add tests for getting an encoded signed message's parameters.
Juan Lang [Tue, 24 Jul 2007 01:22:02 +0000 (18:22 -0700)] 
crypt32: Add tests for getting an encoded signed message's parameters.

18 years agocrypt32: Use consistent types for storing and encoding signed encode data.
Juan Lang [Tue, 24 Jul 2007 01:13:32 +0000 (18:13 -0700)] 
crypt32: Use consistent types for storing and encoding signed encode data.

18 years agocrypt32: Separate signer handles from signer info to avoid unnecessary memory allocation.
Juan Lang [Tue, 24 Jul 2007 01:12:47 +0000 (18:12 -0700)] 
crypt32: Separate signer handles from signer info to avoid unnecessary memory allocation.

18 years agocrypt32: Implement getting outer content of a signed message.
Juan Lang [Tue, 24 Jul 2007 01:11:49 +0000 (18:11 -0700)] 
crypt32: Implement getting outer content of a signed message.

18 years agocrypt32: Partially implement encoding signed messages.
Juan Lang [Tue, 24 Jul 2007 01:11:17 +0000 (18:11 -0700)] 
crypt32: Partially implement encoding signed messages.

18 years agocrypt32: Implement getting the hash for each signer of a signed encoded message.
Juan Lang [Tue, 24 Jul 2007 01:09:42 +0000 (18:09 -0700)] 
crypt32: Implement getting the hash for each signer of a signed encoded message.

18 years agocrypt32: Hash and sign data when updating signed messages.
Juan Lang [Tue, 24 Jul 2007 00:56:12 +0000 (17:56 -0700)] 
crypt32: Hash and sign data when updating signed messages.

18 years agocrypt32: More parameter checking for opening signed encoded messages.
Juan Lang [Tue, 24 Jul 2007 00:35:17 +0000 (17:35 -0700)] 
crypt32: More parameter checking for opening signed encoded messages.

18 years agocrypt32: Add tests for opening non-detached signed messages, and clarify detached...
Juan Lang [Tue, 24 Jul 2007 00:34:14 +0000 (17:34 -0700)] 
crypt32: Add tests for opening non-detached signed messages, and clarify detached open.

18 years agocrypt32: Add a partial stub for updating a signed encoded message.
Juan Lang [Tue, 24 Jul 2007 00:33:09 +0000 (17:33 -0700)] 
crypt32: Add a partial stub for updating a signed encoded message.

18 years agocrypt32: Add tests for signed message encoding.
Juan Lang [Tue, 24 Jul 2007 00:29:06 +0000 (17:29 -0700)] 
crypt32: Add tests for signed message encoding.

18 years agocrypt32: Add tests for updating signed encoded messages.
Juan Lang [Tue, 24 Jul 2007 00:26:14 +0000 (17:26 -0700)] 
crypt32: Add tests for updating signed encoded messages.

18 years agocrypt32: Check for and fail on indefinite-length encoding.
Juan Lang [Mon, 23 Jul 2007 22:30:20 +0000 (15:30 -0700)] 
crypt32: Check for and fail on indefinite-length encoding.

18 years agocrypt32: Introduce function to encode an array of items as a set.
Juan Lang [Mon, 23 Jul 2007 22:29:15 +0000 (15:29 -0700)] 
crypt32: Introduce function to encode an array of items as a set.

18 years agocrypt32: Add stub encoded signed message.
Juan Lang [Sat, 21 Jul 2007 00:31:11 +0000 (17:31 -0700)] 
crypt32: Add stub encoded signed message.

18 years agocrypt32: Add tests for opening signed message to encode.
Juan Lang [Sat, 21 Jul 2007 00:29:34 +0000 (17:29 -0700)] 
crypt32: Add tests for opening signed message to encode.

18 years agouser32: MDI tile and cascade should not resize non-resizable windows.
Jason Edmeades [Mon, 23 Jul 2007 21:59:46 +0000 (22:59 +0100)] 
user32: MDI tile and cascade should not resize non-resizable windows.

18 years agouser32: Correct trace to log calculated values rather than uninitialized ones.
Jason Edmeades [Mon, 23 Jul 2007 21:59:45 +0000 (22:59 +0100)] 
user32: Correct trace to log calculated values rather than uninitialized ones.

18 years agowinefile: Move some self contained functions to use explicit W functions.
Michael Stefaniuc [Mon, 23 Jul 2007 20:38:18 +0000 (22:38 +0200)] 
winefile: Move some self contained functions to use explicit W functions.

18 years agowldap32: Don't produce unreachable code during conditional compilation. Found bySmatch.
Michael Stefaniuc [Mon, 23 Jul 2007 20:25:50 +0000 (22:25 +0200)] 
wldap32: Don't produce unreachable code during conditional compilation. Found bySmatch.

18 years agowinefile: Replace malloc with HeapAlloc.
Michael Stefaniuc [Mon, 23 Jul 2007 20:25:20 +0000 (22:25 +0200)] 
winefile: Replace malloc with HeapAlloc.

18 years agoadvapi32/service: Handle is checked before servicename.
Paul Vriens [Mon, 23 Jul 2007 19:07:55 +0000 (21:07 +0200)] 
advapi32/service: Handle is checked before servicename.