wine
15 years agowined3d: Don't touch the window's focus or wndproc for windowed devices.
Henri Verbeet [Mon, 28 Dec 2009 16:38:01 +0000 (17:38 +0100)] 
wined3d: Don't touch the window's focus or wndproc for windowed devices.

15 years agowined3d: Added ATI Radeon HD 5xxx detection.
Aaron Brazener [Mon, 28 Dec 2009 12:00:48 +0000 (12:00 +0000)] 
wined3d: Added ATI Radeon HD 5xxx detection.

15 years agowined3d: Drop the VBO if too many full buffer conversions occur.
Stefan Dösinger [Thu, 24 Dec 2009 15:35:07 +0000 (16:35 +0100)] 
wined3d: Drop the VBO if too many full buffer conversions occur.

15 years agowined3d: Increment the buffer draw count if the buffer was clean.
Stefan Dösinger [Wed, 23 Dec 2009 14:41:53 +0000 (15:41 +0100)] 
wined3d: Increment the buffer draw count if the buffer was clean.

15 years agowined3d: Rename conversion_count to something more appropriate.
Stefan Dösinger [Wed, 23 Dec 2009 14:37:42 +0000 (15:37 +0100)] 
wined3d: Rename conversion_count to something more appropriate.

15 years agowined3d: Remove the d3d7 do-not-convert code.
Stefan Dösinger [Wed, 23 Dec 2009 13:23:27 +0000 (14:23 +0100)] 
wined3d: Remove the d3d7 do-not-convert code.

15 years agowined3d: Use unload instead of duplicating buffer remove code.
Stefan Dösinger [Thu, 17 Dec 2009 17:32:41 +0000 (18:32 +0100)] 
wined3d: Use unload instead of duplicating buffer remove code.

15 years agowined3d: Free buffer conversion info when freeing the buffer.
Stefan Dösinger [Wed, 23 Dec 2009 13:15:49 +0000 (14:15 +0100)] 
wined3d: Free buffer conversion info when freeing the buffer.

15 years agoversion: Get rid of the 16-bit library loading code for builtins.
Alexandre Julliard [Mon, 28 Dec 2009 23:02:23 +0000 (00:02 +0100)] 
version: Get rid of the 16-bit library loading code for builtins.

We have fake dlls for everything now.

15 years agouser.exe: Reimplement CopyImage16 for cursors and icons.
Alexandre Julliard [Mon, 28 Dec 2009 19:26:37 +0000 (20:26 +0100)] 
user.exe: Reimplement CopyImage16 for cursors and icons.

15 years agouser.exe: Reimplement LoadImage16 for bitmaps instead of calling LoadImageA directly.
Alexandre Julliard [Mon, 28 Dec 2009 19:18:30 +0000 (20:18 +0100)] 
user.exe: Reimplement LoadImage16 for bitmaps instead of calling LoadImageA directly.

15 years agouser32: Move loading of static icons for 16-bit windows to the 16-bit wrapper.
Alexandre Julliard [Mon, 28 Dec 2009 18:53:12 +0000 (19:53 +0100)] 
user32: Move loading of static icons for 16-bit windows to the 16-bit wrapper.

15 years agogdi32: Load the 32-bit gdi.exe module wrapper from the 32-bit side.
Alexandre Julliard [Mon, 28 Dec 2009 15:27:26 +0000 (16:27 +0100)] 
gdi32: Load the 32-bit gdi.exe module wrapper from the 32-bit side.

Get rid of the empty gdi_main.c file.

15 years agouser32: Load the 32-bit user.exe module wrapper from the 32-bit side.
Alexandre Julliard [Mon, 28 Dec 2009 15:24:54 +0000 (16:24 +0100)] 
user32: Load the 32-bit user.exe module wrapper from the 32-bit side.

15 years agowinevdm: Move the loading of the system drivers into their specific 16-bit module.
Alexandre Julliard [Mon, 28 Dec 2009 15:23:13 +0000 (16:23 +0100)] 
winevdm: Move the loading of the system drivers into their specific 16-bit module.

15 years agokernel32: Handle the case where the 16-bit module is already loaded also for separate...
Alexandre Julliard [Mon, 28 Dec 2009 15:19:04 +0000 (16:19 +0100)] 
kernel32: Handle the case where the 16-bit module is already loaded also for separated dlls.

15 years agowinedump: Fix sym mode.
André Hentschel [Sat, 26 Dec 2009 15:21:23 +0000 (16:21 +0100)] 
winedump: Fix sym mode.

15 years agowineboot: Generate the HKCU\Volatile Environment registry key.
Andrew Nguyen [Fri, 25 Dec 2009 10:33:33 +0000 (04:33 -0600)] 
wineboot: Generate the HKCU\Volatile Environment registry key.

15 years agocomctl32: Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().
Gerald Pfeifer [Mon, 28 Dec 2009 03:07:52 +0000 (04:07 +0100)] 
comctl32: Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().

15 years agoole2: Reimplement OleMetafilePictFromIconAndLabel16 on top of the 32-bit version.
Alexandre Julliard [Wed, 23 Dec 2009 16:11:24 +0000 (17:11 +0100)] 
ole2: Reimplement OleMetafilePictFromIconAndLabel16 on top of the 32-bit version.

15 years agowordpad: Use the main module instance instead of getting it from the window.
Alexandre Julliard [Wed, 23 Dec 2009 16:10:23 +0000 (17:10 +0100)] 
wordpad: Use the main module instance instead of getting it from the window.

15 years agogdiplus: Implement GdipBitmapSetResolution.
Vincent Povirk [Sun, 27 Dec 2009 02:05:58 +0000 (21:05 -0500)] 
gdiplus: Implement GdipBitmapSetResolution.

15 years agogdiplus: Implement GdipGetImage*Resolution.
Vincent Povirk [Sun, 27 Dec 2009 01:46:55 +0000 (20:46 -0500)] 
gdiplus: Implement GdipGetImage*Resolution.

15 years agogdiplus: Add test for image resolution functions.
Vincent Povirk [Sun, 27 Dec 2009 01:25:01 +0000 (20:25 -0500)] 
gdiplus: Add test for image resolution functions.

15 years agogdiplus: Fix typo in GdipCreateMetafileFromWmf.
Vincent Povirk [Sun, 27 Dec 2009 01:07:37 +0000 (20:07 -0500)] 
gdiplus: Fix typo in GdipCreateMetafileFromWmf.

15 years agogdiplus: Add test for GdipCreateMetafileFromWmf.
Vincent Povirk [Sun, 27 Dec 2009 01:06:34 +0000 (20:06 -0500)] 
gdiplus: Add test for GdipCreateMetafileFromWmf.

15 years agogdiplus: Add test for size of metafiles loaded from streams.
Vincent Povirk [Sun, 27 Dec 2009 00:52:00 +0000 (19:52 -0500)] 
gdiplus: Add test for size of metafiles loaded from streams.

15 years agogdiplus: Test the ability to load WMF images.
Vincent Povirk [Sun, 27 Dec 2009 00:25:34 +0000 (19:25 -0500)] 
gdiplus: Test the ability to load WMF images.

15 years agokernel32: Make GMEM_DDESHARE blocks owned by the calling module.
Alexandre Julliard [Mon, 28 Dec 2009 11:11:46 +0000 (12:11 +0100)] 
kernel32: Make GMEM_DDESHARE blocks owned by the calling module.

15 years agoshell32: Don't use the instance of the owner window for the autocomplete listbox.
Alexandre Julliard [Wed, 23 Dec 2009 16:59:33 +0000 (17:59 +0100)] 
shell32: Don't use the instance of the owner window for the autocomplete listbox.

15 years agocomdlg32: Don't use the instance of the owner window for dialog boxes.
Alexandre Julliard [Wed, 23 Dec 2009 16:55:04 +0000 (17:55 +0100)] 
comdlg32: Don't use the instance of the owner window for dialog boxes.

15 years agocomdlg32: Get rid of the 16-bit callback support.
Alexandre Julliard [Wed, 23 Dec 2009 16:47:55 +0000 (17:47 +0100)] 
comdlg32: Get rid of the 16-bit callback support.

15 years agocomdlg32: Store the open file name A structure directly instead of using a private...
Alexandre Julliard [Wed, 23 Dec 2009 16:36:20 +0000 (17:36 +0100)] 
comdlg32: Store the open file name A structure directly instead of using a private pointer.

15 years agowinedbg: Use #elif defined(...) instead of plain #elif in main().
Gerald Pfeifer [Fri, 25 Dec 2009 23:31:11 +0000 (00:31 +0100)] 
winedbg: Use #elif defined(...) instead of plain #elif in main().

15 years agontdll: Use #ifdef instead of #if to check for _DARWIN_FEATURE_64_BIT_INODE.
Gerald Pfeifer [Fri, 25 Dec 2009 10:08:53 +0000 (11:08 +0100)] 
ntdll: Use #ifdef instead of #if to check for _DARWIN_FEATURE_64_BIT_INODE.

15 years agoshell32: Remove some superfluous LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 22:53:28 +0000 (23:53 +0100)] 
shell32: Remove some superfluous LPARAM/WPARAM casts.

15 years agocomctl32: The return value of notify_with_scroll() is never used.
Michael Stefaniuc [Sun, 27 Dec 2009 22:50:59 +0000 (23:50 +0100)] 
comctl32: The return value of notify_with_scroll() is never used.

So don't bother returning something from that function.

15 years agowordpad: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 22:54:04 +0000 (23:54 +0100)] 
wordpad: Remove some explicit LPARAM/WPARAM casts.

15 years agowinecfg: Remove some explicit WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 22:53:43 +0000 (23:53 +0100)] 
winecfg: Remove some explicit WPARAM casts.

15 years agocomdlg32: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 22:53:05 +0000 (23:53 +0100)] 
comdlg32: Remove some explicit LPARAM/WPARAM casts.

15 years agooledlg: Remove some explicit WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 22:52:04 +0000 (23:52 +0100)] 
oledlg: Remove some explicit WPARAM casts.

15 years agocomctl32: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 22:51:33 +0000 (23:51 +0100)] 
comctl32: Remove some explicit LPARAM/WPARAM casts.

15 years agocomctl32/tests: Remove some superfluous casts around SendMessage().
Michael Stefaniuc [Sun, 27 Dec 2009 22:50:38 +0000 (23:50 +0100)] 
comctl32/tests: Remove some superfluous casts around SendMessage().

15 years agocomctl32/updown: Fix formatting for hex mode.
Nikolay Sivov [Sat, 26 Dec 2009 20:10:34 +0000 (23:10 +0300)] 
comctl32/updown: Fix formatting for hex mode.

15 years agocomctl32/rebar: Check for null handles before invalidation.
Nikolay Sivov [Sat, 26 Dec 2009 16:17:06 +0000 (19:17 +0300)] 
comctl32/rebar: Check for null handles before invalidation.

This prevents all windows invalidation.

15 years agowined3d: Let "SetupForBlit()" figure out the target's width and height on its own.
Henri Verbeet [Sun, 27 Dec 2009 18:57:23 +0000 (19:57 +0100)] 
wined3d: Let "SetupForBlit()" figure out the target's width and height on its own.

15 years agowined3d: Let "FindContext()" figure out the thread id on its own.
Henri Verbeet [Sun, 27 Dec 2009 18:57:22 +0000 (19:57 +0100)] 
wined3d: Let "FindContext()" figure out the thread id on its own.

It doesn't work with anything other than the current thread anyway.

15 years agowined3d: Introduce "context_apply_state()" to setup a context for a specific usage.
Henri Verbeet [Sun, 27 Dec 2009 18:57:21 +0000 (19:57 +0100)] 
wined3d: Introduce "context_apply_state()" to setup a context for a specific usage.

15 years agowined3d: Recognize "VMware, Inc." as VENDOR_MESA.
Henri Verbeet [Sun, 27 Dec 2009 18:57:20 +0000 (19:57 +0100)] 
wined3d: Recognize "VMware, Inc." as VENDOR_MESA.

15 years agowined3d: Properly check for glBlitFramebuffer().
Henri Verbeet [Sun, 27 Dec 2009 18:57:19 +0000 (19:57 +0100)] 
wined3d: Properly check for glBlitFramebuffer().

ARB_framebuffer_object can also provide this entry point.

15 years agouser32: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 13:40:45 +0000 (14:40 +0100)] 
user32: Remove some explicit LPARAM/WPARAM casts.

15 years agowinex11.drv: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 13:40:57 +0000 (14:40 +0100)] 
winex11.drv: Remove some explicit LPARAM/WPARAM casts.

15 years agouser32/tests: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 13:40:19 +0000 (14:40 +0100)] 
user32/tests: Remove some explicit LPARAM/WPARAM casts.

15 years agoriched20: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 13:39:17 +0000 (14:39 +0100)] 
riched20: Remove some explicit LPARAM/WPARAM casts.

15 years agomshtml: Fixed nsIDOMNSHTMLElement declaration.
Jacek Caban [Sun, 27 Dec 2009 01:16:23 +0000 (02:16 +0100)] 
mshtml: Fixed nsIDOMNSHTMLElement declaration.

15 years agowininet: Test also InternetCrackUrlW in test_crack_url.
Jacek Caban [Sun, 27 Dec 2009 00:27:38 +0000 (01:27 +0100)] 
wininet: Test also InternetCrackUrlW in test_crack_url.

15 years agomshtml: Added better default bgColor test and code clean up.
Jacek Caban [Sat, 26 Dec 2009 23:50:22 +0000 (00:50 +0100)] 
mshtml: Added better default bgColor test and code clean up.

15 years agomshtml: Use nscolor_to_str in IHTMLBodyElement::get_text implementation.
Jacek Caban [Sat, 26 Dec 2009 23:50:04 +0000 (00:50 +0100)] 
mshtml: Use nscolor_to_str in IHTMLBodyElement::get_text implementation.

15 years agomshtml: Correctly parse color strings.
Jacek Caban [Sat, 26 Dec 2009 23:49:46 +0000 (00:49 +0100)] 
mshtml: Correctly parse color strings.

15 years agomshtml: Store known colors as RGB.
Jacek Caban [Sat, 26 Dec 2009 23:49:31 +0000 (00:49 +0100)] 
mshtml: Store known colors as RGB.

15 years agomshtml: Added better error handling to nscolor_to_str.
Jacek Caban [Sat, 26 Dec 2009 23:49:10 +0000 (00:49 +0100)] 
mshtml: Added better error handling to nscolor_to_str.

15 years agocomctl32/tests: Skip test on <5.8x systems.
Nikolay Sivov [Fri, 25 Dec 2009 12:03:32 +0000 (15:03 +0300)] 
comctl32/tests: Skip test on <5.8x systems.

15 years agogdiplus: Implement GdipImageGetFrameDimensionsList.
Vincent Povirk [Thu, 24 Dec 2009 21:04:32 +0000 (16:04 -0500)] 
gdiplus: Implement GdipImageGetFrameDimensionsList.

15 years agogdiplus: Remove fixme from GdipImageGetFrameDimensionsCount.
Vincent Povirk [Thu, 24 Dec 2009 20:52:02 +0000 (15:52 -0500)] 
gdiplus: Remove fixme from GdipImageGetFrameDimensionsCount.

15 years agogdiplus: Add tests for multi-frame GIF images.
Vincent Povirk [Thu, 24 Dec 2009 20:49:23 +0000 (15:49 -0500)] 
gdiplus: Add tests for multi-frame GIF images.

15 years agogdiplus: Fix memory leak in GdipSetStringFormatMeasurableCharacterRanges.
Vincent Povirk [Thu, 24 Dec 2009 20:14:45 +0000 (15:14 -0500)] 
gdiplus: Fix memory leak in GdipSetStringFormatMeasurableCharacterRanges.

15 years agoole32: Always allow changes to read-only transacted storages.
Vincent Povirk [Sat, 5 Dec 2009 00:14:51 +0000 (18:14 -0600)] 
ole32: Always allow changes to read-only transacted storages.

The only time the write permissions of transacted storages matter is when
committing.

15 years agogdiplus: Add traces to unimplemented functions in brush.c.
Vincent Povirk [Fri, 18 Dec 2009 21:54:26 +0000 (15:54 -0600)] 
gdiplus: Add traces to unimplemented functions in brush.c.

15 years agogdiplus: Add some traces for the values of point arguments.
Vincent Povirk [Fri, 18 Dec 2009 21:45:02 +0000 (15:45 -0600)] 
gdiplus: Add some traces for the values of point arguments.

15 years agogdiplus: Add a trace for values of new string format objects.
Vincent Povirk [Fri, 18 Dec 2009 21:26:03 +0000 (15:26 -0600)] 
gdiplus: Add a trace for values of new string format objects.

15 years agogdiplus: Add traces for values of newly-created pens.
Vincent Povirk [Fri, 18 Dec 2009 21:24:51 +0000 (15:24 -0600)] 
gdiplus: Add traces for values of newly-created pens.

15 years agogdiplus: Add a trace for values of new ImageAttributes objects.
Vincent Povirk [Fri, 18 Dec 2009 21:21:30 +0000 (15:21 -0600)] 
gdiplus: Add a trace for values of new ImageAttributes objects.

15 years agoconfigure: Re-generate with autoconf 2.65.
Alexandre Julliard [Mon, 28 Dec 2009 10:43:02 +0000 (11:43 +0100)] 
configure: Re-generate with autoconf 2.65.

15 years agouser32: Don't pass the 16-bit instance through to 32-bit MessageBoxIndirectA.
Alexandre Julliard [Wed, 23 Dec 2009 16:11:53 +0000 (17:11 +0100)] 
user32: Don't pass the 16-bit instance through to 32-bit MessageBoxIndirectA.

15 years agouser32: Move handling of listbox sizes for Win 3.1 apps to the 16-bit code.
Alexandre Julliard [Thu, 24 Dec 2009 20:09:17 +0000 (21:09 +0100)] 
user32: Move handling of listbox sizes for Win 3.1 apps to the 16-bit code.

15 years agoinclude: Move undocumented Win9x function definitions to winbase16.h.
Alexandre Julliard [Thu, 24 Dec 2009 19:28:12 +0000 (20:28 +0100)] 
include: Move undocumented Win9x function definitions to winbase16.h.

15 years agouser32: Use a standard critical section instead of a syslevel for the USER lock.
Alexandre Julliard [Thu, 24 Dec 2009 16:42:19 +0000 (17:42 +0100)] 
user32: Use a standard critical section instead of a syslevel for the USER lock.

15 years agogdi32: Use a standard critical section instead of a syslevel for the GDI lock.
Alexandre Julliard [Thu, 24 Dec 2009 16:42:13 +0000 (17:42 +0100)] 
gdi32: Use a standard critical section instead of a syslevel for the GDI lock.

15 years agommdevapi/tests: Fix a test failure on Vista+ with no soundcard present.
Paul Vriens [Thu, 24 Dec 2009 12:12:36 +0000 (13:12 +0100)] 
mmdevapi/tests: Fix a test failure on Vista+ with no soundcard present.

15 years agohlink/tests: Fix a test failure on Win9x/WinMe.
Paul Vriens [Thu, 24 Dec 2009 11:31:59 +0000 (12:31 +0100)] 
hlink/tests: Fix a test failure on Win9x/WinMe.

15 years agokernel32: Ignore empty environment values from registry.
Andrew Nguyen [Wed, 23 Dec 2009 17:31:52 +0000 (11:31 -0600)] 
kernel32: Ignore empty environment values from registry.

15 years agontdll: Use the HKCU\Volatile Environment key when generating the initial process...
Andrew Nguyen [Wed, 23 Dec 2009 17:31:46 +0000 (11:31 -0600)] 
ntdll: Use the HKCU\Volatile Environment key when generating the initial process environment.

15 years agowinex11: Only check for fs register corruption on i386.
Alexandre Julliard [Thu, 24 Dec 2009 11:58:51 +0000 (12:58 +0100)] 
winex11: Only check for fs register corruption on i386.

15 years agowinmm: Avoid using ReleaseThunkLock from 32-bit code.
Alexandre Julliard [Thu, 24 Dec 2009 11:29:24 +0000 (12:29 +0100)] 
winmm: Avoid using ReleaseThunkLock from 32-bit code.

15 years agodbghelp: Add support for loading dwarf debug information out of PE images.
Eric Pouech [Wed, 23 Dec 2009 21:05:25 +0000 (22:05 +0100)] 
dbghelp: Add support for loading dwarf debug information out of PE images.

15 years agowinedump: Add support for long section names (at least used by MinGW).
Eric Pouech [Wed, 23 Dec 2009 21:05:44 +0000 (22:05 +0100)] 
winedump: Add support for long section names (at least used by MinGW).

15 years agocomctl32/rebar: Avoid empty band range when changing layout.
Nikolay Sivov [Wed, 23 Dec 2009 21:54:29 +0000 (00:54 +0300)] 
comctl32/rebar: Avoid empty band range when changing layout.

15 years agocomctl32/comboex: Move debugging traces that require additional code into TRACE_ON...
Nikolay Sivov [Wed, 23 Dec 2009 21:00:46 +0000 (00:00 +0300)] 
comctl32/comboex: Move debugging traces that require additional code into TRACE_ON() condition.

15 years agocomctl32/comboex: Get rid of useless helper.
Nikolay Sivov [Wed, 23 Dec 2009 20:35:08 +0000 (23:35 +0300)] 
comctl32/comboex: Get rid of useless helper.

15 years agocomctl32/comboex: Don't invalidate all windows if Edit box isn't set up.
Nikolay Sivov [Wed, 23 Dec 2009 20:32:21 +0000 (23:32 +0300)] 
comctl32/comboex: Don't invalidate all windows if Edit box isn't set up.

15 years agocomctl32/comboex: Fix silly typo in CBEM_SETITEM handler (lParam wasn't set).
Nikolay Sivov [Wed, 23 Dec 2009 20:08:32 +0000 (23:08 +0300)] 
comctl32/comboex: Fix silly typo in CBEM_SETITEM handler (lParam wasn't set).

15 years agocomctl32/comboex: Add test for internally sent Edit messages, remove corresponding...
Nikolay Sivov [Wed, 23 Dec 2009 19:51:54 +0000 (22:51 +0300)] 
comctl32/comboex: Add test for internally sent Edit messages, remove corresponding comments.

15 years agocomctl32/comboex: Use subclass chain for internally used controls.
Nikolay Sivov [Wed, 23 Dec 2009 19:50:26 +0000 (22:50 +0300)] 
comctl32/comboex: Use subclass chain for internally used controls.

15 years agokernel32/nls: Fix German translation.
André Hentschel [Wed, 23 Dec 2009 19:02:39 +0000 (20:02 +0100)] 
kernel32/nls: Fix German translation.

15 years agoquartz: Only wait in IMediaEvent::WaitForCompletion if the filter is running.
Paul Chitescu [Wed, 23 Dec 2009 17:55:13 +0000 (19:55 +0200)] 
quartz: Only wait in IMediaEvent::WaitForCompletion if the filter is running.

15 years agowinspool: Correctly zero printer driver buffer on failure, with tests.
Jeremy White [Wed, 23 Dec 2009 17:21:32 +0000 (11:21 -0600)] 
winspool: Correctly zero printer driver buffer on failure, with tests.

15 years agowinspool: Test for failure using correct size.
Jeremy White [Wed, 23 Dec 2009 17:21:17 +0000 (11:21 -0600)] 
winspool: Test for failure using correct size.

15 years agoquartz: Implement NullRenderer's IBaseFilter::FindPin.
Paul Chitescu [Wed, 23 Dec 2009 16:17:38 +0000 (18:17 +0200)] 
quartz: Implement NullRenderer's IBaseFilter::FindPin.

15 years agowininet: Fix pointer cast warnings on 64-bit.
Alexandre Julliard [Wed, 23 Dec 2009 20:25:48 +0000 (21:25 +0100)] 
wininet: Fix pointer cast warnings on 64-bit.

15 years agowinhttp: Fix pointer cast warnings on 64-bit.
Alexandre Julliard [Wed, 23 Dec 2009 20:25:42 +0000 (21:25 +0100)] 
winhttp: Fix pointer cast warnings on 64-bit.