wine
16 years agomapi32: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:16:15 +0000 (17:16 +0100)] 
mapi32: Remove WINAPI on static functions where not needed.

16 years agomsi: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:15:59 +0000 (17:15 +0100)] 
msi: Remove WINAPI on static functions where not needed.

16 years agomsvcrt: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:15:49 +0000 (17:15 +0100)] 
msvcrt: Remove WINAPI on static functions where not needed.

16 years agontdll: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:15:40 +0000 (17:15 +0100)] 
ntdll: Remove WINAPI on static functions where not needed.

16 years agoobjsel: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:15:25 +0000 (17:15 +0100)] 
objsel: Remove WINAPI on static functions where not needed.

16 years agodxdiagn: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 26 Nov 2008 16:15:15 +0000 (17:15 +0100)] 
dxdiagn: Remove WINAPI on static functions where not needed.

16 years agowined3d: Const correctness fixes for surface_base.c.
Henri Verbeet [Wed, 26 Nov 2008 15:14:40 +0000 (16:14 +0100)] 
wined3d: Const correctness fixes for surface_base.c.

16 years agowined3d: Make minMipLookup_noFilter and magLookup_noFilter const.
Henri Verbeet [Wed, 26 Nov 2008 15:14:40 +0000 (16:14 +0100)] 
wined3d: Make minMipLookup_noFilter and magLookup_noFilter const.

Note that minMipLookup and magLookup aren't particularly safe to use,
they're global arrays initialized from IWineD3DImpl_FillGLCaps(). The same
goes for the other global dynamic lookup tables.

16 years agowined3d: Const correctness fixes for device.c.
Henri Verbeet [Wed, 26 Nov 2008 15:14:39 +0000 (16:14 +0100)] 
wined3d: Const correctness fixes for device.c.

16 years agowined3d: Remove some unnecessary casts in process_vertices_strided().
Henri Verbeet [Wed, 26 Nov 2008 15:14:39 +0000 (16:14 +0100)] 
wined3d: Remove some unnecessary casts in process_vertices_strided().

lpData is already a pointer to BYTE. Note that the cast for the normal
data was actually wrong.

16 years agowined3d: Const correctness fixes for ati_fragment_shader.c.
Henri Verbeet [Wed, 26 Nov 2008 15:14:39 +0000 (16:14 +0100)] 
wined3d: Const correctness fixes for ati_fragment_shader.c.

16 years agoole32: Forward the ASYNC_STGMEDIUM user marshallers to the STGMEDIUM quadruple.
Huw Davies [Wed, 26 Nov 2008 12:43:34 +0000 (12:43 +0000)] 
ole32: Forward the ASYNC_STGMEDIUM user marshallers to the STGMEDIUM quadruple.

16 years agoadvapi32: Reimplemented ChangeServiceConfig2W in services.exe.
Alexandre Julliard [Wed, 26 Nov 2008 13:35:30 +0000 (14:35 +0100)] 
advapi32: Reimplemented ChangeServiceConfig2W in services.exe.

16 years agod3dx8: Implement D3DXMatrixStack_MultMatrix.
Jerome Gardou [Wed, 12 Nov 2008 07:45:19 +0000 (08:45 +0100)] 
d3dx8: Implement D3DXMatrixStack_MultMatrix.

16 years agodsound: 64-bit pointer fixes.
Maarten Lankhorst [Sun, 10 Aug 2008 05:52:09 +0000 (07:52 +0200)] 
dsound: 64-bit pointer fixes.

16 years agomsacm: Fix pointer truncation.
Maarten Lankhorst [Mon, 24 Nov 2008 15:20:12 +0000 (16:20 +0100)] 
msacm: Fix pointer truncation.

16 years agowinmm: Some 64-bit pointer fixes.
Maarten Lankhorst [Sun, 10 Aug 2008 05:51:14 +0000 (07:51 +0200)] 
winmm: Some 64-bit pointer fixes.

16 years agoole32: Add Co*InitializeSpy functions.
Maarten Lankhorst [Wed, 26 Nov 2008 09:28:43 +0000 (10:28 +0100)] 
ole32: Add Co*InitializeSpy functions.

16 years agowinecfg/audio: Simplify removeDriver() function.
Kirill K. Smirnov [Tue, 25 Nov 2008 22:24:53 +0000 (01:24 +0300)] 
winecfg/audio: Simplify removeDriver() function.

16 years agowinecfg/audio: Fix uninitialized variable.
Kirill K. Smirnov [Tue, 25 Nov 2008 22:24:43 +0000 (01:24 +0300)] 
winecfg/audio: Fix uninitialized variable.

16 years agokernel32: Fix 64-bits error in profile.
Maarten Lankhorst [Fri, 21 Nov 2008 22:24:51 +0000 (23:24 +0100)] 
kernel32: Fix 64-bits error in profile.

16 years agoqmgrprxy: Fix building on wine64.
Maarten Lankhorst [Fri, 21 Nov 2008 22:01:35 +0000 (23:01 +0100)] 
qmgrprxy: Fix building on wine64.

It uses some functions that are inlined in i386, but are explicitly
linked on other architectures, which means that qmgrprxy should link
to ntdll.

16 years agouser32: Make the hotspot ICON_HOTSPOT when loading icons.
Andrew Riedi [Mon, 24 Nov 2008 01:07:34 +0000 (17:07 -0800)] 
user32: Make the hotspot ICON_HOTSPOT when loading icons.

Based on patches by Henri Verbeet.

16 years agomshtml: Implement IHTMLDocument2 get_anchors.
Alistair Leslie-Hughes [Sun, 23 Nov 2008 10:03:55 +0000 (21:03 +1100)] 
mshtml: Implement IHTMLDocument2 get_anchors.

16 years agomshtml: Implement IHTMLDocument2 get_forms.
Alistair Leslie-Hughes [Sun, 23 Nov 2008 10:02:49 +0000 (21:02 +1100)] 
mshtml: Implement IHTMLDocument2 get_forms.

16 years agomshtml: Implement IHTMLDocument2 get_links.
Alistair Leslie-Hughes [Sun, 23 Nov 2008 10:02:17 +0000 (21:02 +1100)] 
mshtml: Implement IHTMLDocument2 get_links.

16 years agomshtml: Implement IHTMLDocument2 get_applets.
Alistair Leslie-Hughes [Sun, 23 Nov 2008 10:01:17 +0000 (21:01 +1100)] 
mshtml: Implement IHTMLDocument2 get_applets.

16 years agocomctl32: Better day of the month input checking in datetime.
Lei Zhang [Tue, 25 Nov 2008 22:59:29 +0000 (14:59 -0800)] 
comctl32: Better day of the month input checking in datetime.

16 years agocomctl32: Do ascii to integer conversion only once.
Lei Zhang [Tue, 25 Nov 2008 22:19:19 +0000 (14:19 -0800)] 
comctl32: Do ascii to integer conversion only once.

16 years agocomctl32: Process WM_CHAR instead of WM_KEYDOWN for numbers in datetime.
Lei Zhang [Tue, 25 Nov 2008 22:03:36 +0000 (14:03 -0800)] 
comctl32: Process WM_CHAR instead of WM_KEYDOWN for numbers in datetime.

16 years agocrypt32: Accept any string format as the display text of a user notice policy qualifier.
Juan Lang [Fri, 21 Nov 2008 23:37:46 +0000 (15:37 -0800)] 
crypt32: Accept any string format as the display text of a user notice policy qualifier.

16 years agoStraighten out some ellipses.
Francois Gouget [Tue, 25 Nov 2008 16:42:38 +0000 (17:42 +0100)] 
Straighten out some ellipses.

16 years agoshell32: Remove WINAPI/CALLBACK on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:41:52 +0000 (16:41 +0100)] 
shell32: Remove WINAPI/CALLBACK on static functions where not needed.

16 years agoole32: Remove WINAPI on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:41:41 +0000 (16:41 +0100)] 
ole32: Remove WINAPI on static functions where not needed.

16 years agoversion: Stop crash under vista and 2k8.
Alistair Leslie-Hughes [Tue, 25 Nov 2008 23:44:16 +0000 (10:44 +1100)] 
version: Stop crash under vista and 2k8.

16 years agoaclocal.m4: Add i686-pc-mingw32 to the cross-compiler prefixes.
Paul Vriens [Tue, 25 Nov 2008 19:27:45 +0000 (20:27 +0100)] 
aclocal.m4: Add i686-pc-mingw32 to the cross-compiler prefixes.

16 years agorsaenh/tests: Fix a test failure on W2K and below.
Paul Vriens [Tue, 25 Nov 2008 16:13:06 +0000 (17:13 +0100)] 
rsaenh/tests: Fix a test failure on W2K and below.

16 years agorsaenh/tests: Use a 40-bit session key instead of 56-bit.
Paul Vriens [Tue, 25 Nov 2008 16:02:48 +0000 (17:02 +0100)] 
rsaenh/tests: Use a 40-bit session key instead of 56-bit.

16 years agorsaenh/tests: Fix a test failure on W2K and below.
Paul Vriens [Tue, 25 Nov 2008 15:50:38 +0000 (16:50 +0100)] 
rsaenh/tests: Fix a test failure on W2K and below.

16 years agorsaenh/tests: Use a 40-bit session key instead of 56-bit.
Paul Vriens [Tue, 25 Nov 2008 15:45:12 +0000 (16:45 +0100)] 
rsaenh/tests: Use a 40-bit session key instead of 56-bit.

16 years agorsaenh/tests: Fix a test failure on W2K and below.
Paul Vriens [Tue, 25 Nov 2008 15:01:02 +0000 (16:01 +0100)] 
rsaenh/tests: Fix a test failure on W2K and below.

16 years agorpcrt4: Remove WINAPI on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:43:14 +0000 (16:43 +0100)] 
rpcrt4: Remove WINAPI on static functions where not needed.

16 years agoquartz: Remove CALLBACK on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:43:07 +0000 (16:43 +0100)] 
quartz: Remove CALLBACK on static functions where not needed.

16 years agoquartz: Remove WINAPI on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:43:00 +0000 (16:43 +0100)] 
quartz: Remove WINAPI on static functions where not needed.

16 years agoshdocvw: Remove WINAPI on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:42:43 +0000 (16:42 +0100)] 
shdocvw: Remove WINAPI on static functions where not needed.

16 years agoopengl32: Remove WINAPI on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:42:36 +0000 (16:42 +0100)] 
opengl32: Remove WINAPI on static functions where not needed.

16 years agooleaut32: Remove WINAPI on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:42:23 +0000 (16:42 +0100)] 
oleaut32: Remove WINAPI on static functions where not needed.

16 years agoole32: Remove __RPC_USER on static functions where not needed.
Francois Gouget [Tue, 25 Nov 2008 15:42:07 +0000 (16:42 +0100)] 
ole32: Remove __RPC_USER on static functions where not needed.

16 years agocomdlg32: GetPrinterW and GetPrinterDriverW return the size in bytes so don't multipl...
Huw Davies [Tue, 25 Nov 2008 15:40:05 +0000 (15:40 +0000)] 
comdlg32: GetPrinterW and GetPrinterDriverW return the size in bytes so don't multiply by sizeof(WCHAR).

16 years agooleaut32: Add support for loading typelibs from NE files.
Huw Davies [Tue, 25 Nov 2008 13:52:24 +0000 (13:52 +0000)] 
oleaut32: Add support for loading typelibs from NE files.

16 years agoversion: Fixed comments.
Huw Davies [Tue, 25 Nov 2008 14:48:49 +0000 (14:48 +0000)] 
version: Fixed comments.

16 years agotools: Add calling conventions for win64 to winegcc.
Maarten Lankhorst [Thu, 3 Jul 2008 07:00:31 +0000 (00:00 -0700)] 
tools: Add calling conventions for win64 to winegcc.

16 years agowldap32: Fix winldap_private header compatibility with 64-bit.
Maarten Lankhorst [Tue, 25 Nov 2008 08:05:46 +0000 (09:05 +0100)] 
wldap32: Fix winldap_private header compatibility with 64-bit.

16 years agowined3d: Const correctness fixes for surface.c.
Henri Verbeet [Tue, 25 Nov 2008 13:36:09 +0000 (14:36 +0100)] 
wined3d: Const correctness fixes for surface.c.

16 years agowined3d: Const correctness fixes for glsl_shader.c.
Henri Verbeet [Tue, 25 Nov 2008 13:36:09 +0000 (14:36 +0100)] 
wined3d: Const correctness fixes for glsl_shader.c.

16 years agowined3d: Const correctness fixes for arb_program_shader.c.
Henri Verbeet [Tue, 25 Nov 2008 13:36:09 +0000 (14:36 +0100)] 
wined3d: Const correctness fixes for arb_program_shader.c.

16 years agowined3d: Make the SHADER_OPCODE_ARG parameter to shader handlers const.
Henri Verbeet [Tue, 25 Nov 2008 13:36:09 +0000 (14:36 +0100)] 
wined3d: Make the SHADER_OPCODE_ARG parameter to shader handlers const.

16 years agowined3d: Const correctness fixes for utils.c.
Henri Verbeet [Tue, 25 Nov 2008 13:36:08 +0000 (14:36 +0100)] 
wined3d: Const correctness fixes for utils.c.

16 years agouser32/tests: Fix a number of window tests on Win9x and Vista.
Alexandre Julliard [Wed, 26 Nov 2008 11:04:51 +0000 (12:04 +0100)] 
user32/tests: Fix a number of window tests on Win9x and Vista.

16 years agokernel32/tests: Fix the unimplemented check for EnumSystemLanguageGroupsA.
Alexandre Julliard [Wed, 26 Nov 2008 11:04:32 +0000 (12:04 +0100)] 
kernel32/tests: Fix the unimplemented check for EnumSystemLanguageGroupsA.

16 years agowidl: Make sure format strings for structure and union types are only output once.
Alexandre Julliard [Tue, 25 Nov 2008 20:47:47 +0000 (21:47 +0100)] 
widl: Make sure format strings for structure and union types are only output once.

16 years agowined3d: Make some functions static.
Henri Verbeet [Tue, 25 Nov 2008 10:57:40 +0000 (11:57 +0100)] 
wined3d: Make some functions static.

16 years agowined3d: Slightly reduce the scope of fragment_palette_conversion.
Henri Verbeet [Tue, 25 Nov 2008 10:57:39 +0000 (11:57 +0100)] 
wined3d: Slightly reduce the scope of fragment_palette_conversion.

16 years agowined3d: Don't call IWineD3DSurfaceImpl_GetData() from surface_gdi.c.
Henri Verbeet [Tue, 25 Nov 2008 10:57:39 +0000 (11:57 +0100)] 
wined3d: Don't call IWineD3DSurfaceImpl_GetData() from surface_gdi.c.

16 years agowined3d: Const correctness fixes.
Henri Verbeet [Tue, 25 Nov 2008 10:57:39 +0000 (11:57 +0100)] 
wined3d: Const correctness fixes.

16 years agowined3d: Use IDL to generate wined3d.h.
Henri Verbeet [Tue, 25 Nov 2008 10:57:39 +0000 (11:57 +0100)] 
wined3d: Use IDL to generate wined3d.h.

16 years agogdiplus: Implement GdipGetRegionHRgn for rects.
Vincent Povirk [Mon, 24 Nov 2008 22:06:32 +0000 (16:06 -0600)] 
gdiplus: Implement GdipGetRegionHRgn for rects.

16 years agogdiplus: Implement GdipRegionGetHRgn for paths.
Vincent Povirk [Mon, 24 Nov 2008 21:01:47 +0000 (15:01 -0600)] 
gdiplus: Implement GdipRegionGetHRgn for paths.

16 years agogdiplus: Implement GdipGetRegionHRgn for empty regions.
Vincent Povirk [Mon, 24 Nov 2008 20:30:08 +0000 (14:30 -0600)] 
gdiplus: Implement GdipGetRegionHRgn for empty regions.

16 years agogdiplus: Implement GdipGetRegionHRgn for infinite regions.
Vincent Povirk [Mon, 24 Nov 2008 20:12:39 +0000 (14:12 -0600)] 
gdiplus: Implement GdipGetRegionHRgn for infinite regions.

16 years agogdiplus: Add parameter checking to GdipGetRegionHRgn.
Vincent Povirk [Mon, 24 Nov 2008 19:55:20 +0000 (13:55 -0600)] 
gdiplus: Add parameter checking to GdipGetRegionHRgn.

16 years agocomdlg32: Removed dead assignments (llvm/clang).
Ricardo Filipe [Mon, 24 Nov 2008 23:19:52 +0000 (23:19 +0000)] 
comdlg32: Removed dead assignments (llvm/clang).

16 years agocomctl32: Removed dead assignments (llvm/clang).
Ricardo Filipe [Mon, 24 Nov 2008 23:07:25 +0000 (23:07 +0000)] 
comctl32: Removed dead assignments (llvm/clang).

16 years agowined3d: Put the ps compile parameters into the glsl program hashmap.
Stefan Dösinger [Fri, 21 Nov 2008 18:48:36 +0000 (19:48 +0100)] 
wined3d: Put the ps compile parameters into the glsl program hashmap.

This avoids the double search for a pixel shader. The pixel shader
compilation parameter structure is recorded in the GLSL program
hashmap, together with the WineD3D pixel shader.

16 years agowined3d: Enable blue = 1.0 fixup for D3DFMT_V8U8.
Stefan Dösinger [Thu, 20 Nov 2008 14:23:19 +0000 (15:23 +0100)] 
wined3d: Enable blue = 1.0 fixup for D3DFMT_V8U8.

The dx7 sdk demos need this.

16 years agowined3d: Add the ability to duplicate GL pixel shaders.
Stefan Dösinger [Mon, 24 Nov 2008 10:55:50 +0000 (11:55 +0100)] 
wined3d: Add the ability to duplicate GL pixel shaders.

Some stateblock parameters have to be compiled into the GL pixel
shader code, like lines for pixelformat fixups. This leads to problems
when applications switch those settings, requiring a recompilation of
the shader. This patch enables wined3d to have multiple GL shaders for
a D3D shader(pixel shaders only so far) to handle this more
efficiently.

16 years agowined3d: Store shader IDs in the vs and ps impl structures.
Stefan Dösinger [Thu, 20 Nov 2008 12:27:42 +0000 (13:27 +0100)] 
wined3d: Store shader IDs in the vs and ps impl structures.

16 years agowined3d: Pass some stateblock values around directly.
Stefan Dösinger [Thu, 20 Nov 2008 01:55:17 +0000 (02:55 +0100)] 
wined3d: Pass some stateblock values around directly.

This was suggested by Ivan quite a while ago, and we need it to better
handle conflicting texture format corrections and similar stateblock
value changes which until now required a recompilation of the entire
shader

16 years agowined3d: Make the shader backend call CompileShader.
Stefan Dösinger [Mon, 24 Nov 2008 10:52:12 +0000 (11:52 +0100)] 
wined3d: Make the shader backend call CompileShader.

A number of considerations contribute to this:

1) The shader backend knows best which shader(s) it needs. GLSL needs
both, arb only one
2) The shader backend may pass some parameters to the compilation
code(e.g. which pixel format fixup to use)
3) The structures used in (2) are different in vs and ps, so a
baseshader::Compile won't work
4) The structures in (2) are wined3d-private structures, so
having a public method in the vtable won't work(its a bad idea
anyway).

16 years agomsvcrt: Add CDECL to all cdecl functions.
Maarten Lankhorst [Thu, 3 Jul 2008 07:08:22 +0000 (00:08 -0700)] 
msvcrt: Add CDECL to all cdecl functions.

16 years agontdll: Make 64-bits wine only able to load amd64 binaries.
Maarten Lankhorst [Tue, 25 Nov 2008 08:30:17 +0000 (09:30 +0100)] 
ntdll: Make 64-bits wine only able to load amd64 binaries.

16 years agowinebuild: Use ms-abi for delayed load stubs.
Maarten Lankhorst [Mon, 24 Nov 2008 11:01:21 +0000 (12:01 +0100)] 
winebuild: Use ms-abi for delayed load stubs.

16 years agoincludes: Add win64 calling convention.
Maarten Lankhorst [Tue, 25 Nov 2008 08:09:47 +0000 (09:09 +0100)] 
includes: Add win64 calling convention.

16 years agoole32: Defer releasing the delegate interfaces until after we return from an OnClose...
Huw Davies [Mon, 24 Nov 2008 15:56:08 +0000 (15:56 +0000)] 
ole32: Defer releasing the delegate interfaces until after we return from an OnClose notification.

16 years agoole32: Factor out the code to release the delegate interfaces.
Huw Davies [Mon, 24 Nov 2008 15:42:22 +0000 (15:42 +0000)] 
ole32: Factor out the code to release the delegate interfaces.

16 years agontdll: Add support for virtual write watches.
Alexandre Julliard [Tue, 25 Nov 2008 11:07:35 +0000 (12:07 +0100)] 
ntdll: Add support for virtual write watches.

16 years agontdll: Pass the error code to VIRTUAL_HandleFault, and allow it to ignore the exception.
Alexandre Julliard [Tue, 25 Nov 2008 11:02:16 +0000 (12:02 +0100)] 
ntdll: Pass the error code to VIRTUAL_HandleFault, and allow it to ignore the exception.

Also rename it to virtual_handle_fault for consistency.

16 years agontdll: Check for valid memory view size directly in VIRTUAL_FindView.
Alexandre Julliard [Tue, 25 Nov 2008 10:58:50 +0000 (11:58 +0100)] 
ntdll: Check for valid memory view size directly in VIRTUAL_FindView.

16 years agoservices: Properly initialize service status at creation time.
Alexandre Julliard [Tue, 25 Nov 2008 10:56:33 +0000 (11:56 +0100)] 
services: Properly initialize service status at creation time.

16 years agoshdocvw: Silence invalid QueryInterface FIXME.
Alistair Leslie-Hughes [Tue, 25 Nov 2008 10:23:56 +0000 (21:23 +1100)] 
shdocvw: Silence invalid QueryInterface FIXME.

16 years agoadvapi32/tests: Fix a test failure on NT4.
Paul Vriens [Tue, 25 Nov 2008 09:43:17 +0000 (10:43 +0100)] 
advapi32/tests: Fix a test failure on NT4.

16 years agogdi32: Remove some superfluous casts.
Michael Stefaniuc [Tue, 25 Nov 2008 09:14:23 +0000 (10:14 +0100)] 
gdi32: Remove some superfluous casts.

16 years agoregedit: Remove NULL check before HeapFree (Smatch).
Michael Stefaniuc [Tue, 25 Nov 2008 09:12:56 +0000 (10:12 +0100)] 
regedit: Remove NULL check before HeapFree (Smatch).

16 years agomsi: Remove casts of void pointers.
Michael Stefaniuc [Tue, 25 Nov 2008 09:12:42 +0000 (10:12 +0100)] 
msi: Remove casts of void pointers.

16 years agowrc: parser_error() does not need a trailing '\n'.
Francois Gouget [Mon, 24 Nov 2008 17:29:17 +0000 (18:29 +0100)] 
wrc: parser_error() does not need a trailing '\n'.

16 years agoversion: Remove WINAPI on static functions where not needed.
Francois Gouget [Mon, 24 Nov 2008 16:24:38 +0000 (17:24 +0100)] 
version: Remove WINAPI on static functions where not needed.

16 years agowineoss: Remove WINAPI on static functions where not needed.
Francois Gouget [Mon, 24 Nov 2008 16:24:29 +0000 (17:24 +0100)] 
wineoss: Remove WINAPI on static functions where not needed.

16 years agowininet: Remove WINAPI on static functions where not needed.
Francois Gouget [Mon, 24 Nov 2008 16:24:22 +0000 (17:24 +0100)] 
wininet: Remove WINAPI on static functions where not needed.

16 years agowintrust: Remove WINAPI on static functions where not needed.
Francois Gouget [Mon, 24 Nov 2008 16:24:11 +0000 (17:24 +0100)] 
wintrust: Remove WINAPI on static functions where not needed.

16 years agomsxml3: Remove WINAPI on static functions where not needed.
Francois Gouget [Mon, 24 Nov 2008 16:23:59 +0000 (17:23 +0100)] 
msxml3: Remove WINAPI on static functions where not needed.