wine
18 years agod3d9: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:09:46 +0000 (14:09 +0200)] 
d3d9: Don't use sizeof in traces to avoid printf format warnings.

18 years agod3d8: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:09:36 +0000 (14:09 +0200)] 
d3d8: Don't use sizeof in traces to avoid printf format warnings.

18 years agocomdlg32: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:09:24 +0000 (14:09 +0200)] 
comdlg32: Don't use sizeof in traces to avoid printf format warnings.

18 years agocomctl32: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:09:16 +0000 (14:09 +0200)] 
comctl32: Don't use sizeof in traces to avoid printf format warnings.

18 years agoadvapi32: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:09:02 +0000 (14:09 +0200)] 
advapi32: Don't use sizeof in traces to avoid printf format warnings.

18 years agowinmm/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:04:07 +0000 (14:04 +0200)] 
winmm/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agoversion/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:03:59 +0000 (14:03 +0200)] 
version/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agourlmon/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:03:51 +0000 (14:03 +0200)] 
urlmon/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agorpcrt4/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:03:44 +0000 (14:03 +0200)] 
rpcrt4/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agoole32/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:03:36 +0000 (14:03 +0200)] 
ole32/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agontdll/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:03:19 +0000 (14:03 +0200)] 
ntdll/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agomshtml/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:03:01 +0000 (14:03 +0200)] 
mshtml/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agomlang/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:02:52 +0000 (14:02 +0200)] 
mlang/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agomapi32/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:02:45 +0000 (14:02 +0200)] 
mapi32/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agokernel32/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:02:31 +0000 (14:02 +0200)] 
kernel32/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agogdi/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:02:13 +0000 (14:02 +0200)] 
gdi/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agocrypt32/tests: Don't use sizeof in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:02:03 +0000 (14:02 +0200)] 
crypt32/tests: Don't use sizeof in ok() to avoid printf format warnings.

18 years agowininet/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 11:58:30 +0000 (13:58 +0200)] 
wininet/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

18 years agoversion/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 11:58:12 +0000 (13:58 +0200)] 
version/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

18 years agoshlwapi/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 11:57:59 +0000 (13:57 +0200)] 
shlwapi/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

18 years agontdll/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 11:57:40 +0000 (13:57 +0200)] 
ntdll/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

18 years agomscms/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 11:57:27 +0000 (13:57 +0200)] 
mscms/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

18 years agokernel32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 11:57:12 +0000 (13:57 +0200)] 
kernel32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

18 years agocrypt32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 11:56:39 +0000 (13:56 +0200)] 
crypt32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

18 years agoadvapi32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 11:56:18 +0000 (13:56 +0200)] 
advapi32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

18 years agoinclude: Use force_align_arg_pointer on MacOS to fix the stack on entry to Wine.
Nick Burns [Fri, 9 Jun 2006 02:57:42 +0000 (19:57 -0700)] 
include: Use force_align_arg_pointer on MacOS to fix the stack on entry to Wine.

18 years agoinclude: Remove non-ASCII characters in headers for winelib compatibility.
Mike McCormack [Tue, 13 Jun 2006 09:34:27 +0000 (18:34 +0900)] 
include: Remove non-ASCII characters in headers for winelib compatibility.

18 years agowingdi: Fix typo in definition of BLTALIGNMENT (spotted by Choe Hwanjin).
Mike McCormack [Tue, 13 Jun 2006 09:24:11 +0000 (18:24 +0900)] 
wingdi: Fix typo in definition of BLTALIGNMENT (spotted by Choe Hwanjin).

18 years agomsi: Fix loading of long strings.
Mike McCormack [Tue, 13 Jun 2006 07:58:55 +0000 (16:58 +0900)] 
msi: Fix loading of long strings.

18 years agowinmm: Undefine SW_MAX defined by linux/input.h to avoid a conflict with winuser.h.
Mike McCormack [Tue, 13 Jun 2006 07:58:38 +0000 (16:58 +0900)] 
winmm: Undefine SW_MAX defined by linux/input.h to avoid a conflict with winuser.h.

18 years agoYet another round of redundant NULL checks before HeapFree.
Michael Stefaniuc [Sun, 11 Jun 2006 22:11:36 +0000 (00:11 +0200)] 
Yet another round of redundant NULL checks before HeapFree.

18 years agomsvcrt: Explicitly specify CDECL calling convention on exported functions.
Alexandre Julliard [Tue, 13 Jun 2006 09:21:19 +0000 (11:21 +0200)] 
msvcrt: Explicitly specify CDECL calling convention on exported functions.

18 years agooledlg: Declare varargs functions as WINAPIV instead of cdecl.
Alexandre Julliard [Tue, 13 Jun 2006 09:18:15 +0000 (11:18 +0200)] 
oledlg: Declare varargs functions as WINAPIV instead of cdecl.

18 years agoavifil32: Declare varargs functions as WINAPIV instead of cdecl.
Alexandre Julliard [Tue, 13 Jun 2006 09:18:09 +0000 (11:18 +0200)] 
avifil32: Declare varargs functions as WINAPIV instead of cdecl.

18 years agouserenv: Add profinfo.h.
Mike McCormack [Mon, 12 Jun 2006 04:34:23 +0000 (13:34 +0900)] 
userenv: Add profinfo.h.

18 years agowined3d: Fix params for DP2ADD/TEXLDD.
Ivan Gyurdiev [Mon, 12 Jun 2006 10:58:33 +0000 (06:58 -0400)] 
wined3d: Fix params for DP2ADD/TEXLDD.

DP2ADD is valid on pshaders 2.0 and above, has 4 parameters.
TEXLDD is valid on pshaders 2.x and above, has 5 parameters.

18 years agowined3d: Mark instructions without a destination token.
Ivan Gyurdiev [Mon, 12 Jun 2006 10:57:04 +0000 (06:57 -0400)] 
wined3d: Mark instructions without a destination token.

There are a total of 17 instructions without a destination token. Of
those 9 have num_params != 0, which means that we will not process any
of them correctly, because we assume the first token (if present) is a
destination token.

Those are basically all the flow control instructions, which we plan to
support very soon. They have source tokens, and no destination. Add a
flag that marks them up to the ins table. Use this flag in the trace
pass, and generation pass.

18 years agowined3d: Keep pshader and vshader constants in GLSL separate.
Ivan Gyurdiev [Mon, 12 Jun 2006 07:00:03 +0000 (03:00 -0400)] 
wined3d: Keep pshader and vshader constants in GLSL separate.

GLSL uniforms have as scope the entire program.
To prevent conflicts, name pshader and vshader constants differently.
Based on a patch by Jason Green.

18 years agowined3d: Improve Sampler support on 2.0 and 3.0 shaders.
Ivan Gyurdiev [Mon, 12 Jun 2006 06:59:16 +0000 (02:59 -0400)] 
wined3d: Improve Sampler support on 2.0 and 3.0 shaders.

- track sampler declarations and store the sampler usage in reg_maps structure
- store a fake sampler usage for 1.X shaders (defined as 2D sampler)
- re-sync glsl TEX implementation with the ARB one (no idea why they diverged..)
- use sampler type in new TEX implementation to support 2D, 3D, and Cube sampling
- change drawprim to bind pixel shader samplers

Additional improvements:
- rename texture limit to texcoord to prevent confusion
- add sampler limit, and use that for samplers - *not* the same as texcoord above

18 years agowined3d: Cast more things.
Ivan Gyurdiev [Mon, 12 Jun 2006 06:58:09 +0000 (02:58 -0400)] 
wined3d: Cast more things.

Anything with a swizzle has to be casted to vec4, or it won't work properly.
There's multiple ways to do this, for the moment pick the easiest one.

18 years agowined3d: Add support for shader model 3.0 I/O registers.
Ivan Gyurdiev [Mon, 12 Jun 2006 06:57:07 +0000 (02:57 -0400)] 
wined3d: Add support for shader model 3.0 I/O registers.

SM 3.0 can pack multiple "semantics" into 12 generic input/output registers.

To support that, define temporaries called IN and OUT, and use those as
the output registers. At the end of the vshader, unpack the OUT temps
into the proper GL variables. At the beginning of the pshader, pack the
GL variables back into 12 IN registers.

18 years agowined3d: Trivial cleanups
Ivan Gyurdiev [Mon, 12 Jun 2006 06:56:13 +0000 (02:56 -0400)] 
wined3d: Trivial cleanups

- compiler warnings and errors should be FIXME
- remove obsolete comment, and change variable type.

18 years agowined3d: Register map cleanups.
Ivan Gyurdiev [Mon, 12 Jun 2006 06:55:30 +0000 (02:55 -0400)] 
wined3d: Register map cleanups.

Various cleanups:
- do not use DWORD as a bitmask, that places artificial limit of 32 on
  registers
- track attributes that are used and declare only those
- move declarations function call in pshader/vshader to allow us to
  insert pixel or vertex specific code between the declarations and
  the rest of the code
- remove redundant 0 intializers
- remove useless continue statement

18 years agowined3d: Share trace pass
Ivan Gyurdiev [Mon, 12 Jun 2006 06:54:30 +0000 (02:54 -0400)] 
wined3d: Share trace pass

Now that the declaration function is out of the way, the tracing pass,
which is very long and 100% the same can be shared between pixel and
vertex shaders.

The new function is called shader_trace_init(), and is responsible for:
- tracing the shader
- initializing the function length
- setting the shader version [needed very early]

18 years agowined3d: Rework dcl processing.
Ivan Gyurdiev [Mon, 12 Jun 2006 06:53:32 +0000 (02:53 -0400)] 
wined3d: Rework dcl processing.

The new function is called in pass 2 (getister counting/maps), and
it's now in baseshader. It operates on all INPUT and OUTPUT registers,
which, in addition to the old vertex shader input declarations covers
Shader Model 3.0 vshader output and pshader input declarations. The
result is stored into the reg_map structure.

18 years agowined3d: The namedArrays code path is dead (always FALSE).
Ivan Gyurdiev [Mon, 12 Jun 2006 06:51:58 +0000 (02:51 -0400)] 
wined3d: The namedArrays code path is dead (always FALSE).

Delete the entire namedArrays code path and all its dependencies (one
of which is quite long - storeOrder in drawprim is always FALSE, for
example). Delete declaredArrays, and make its code path the default.

18 years agomscms: Eliminate complex test macro to make source navigation easier.
Saulius Krasuckas [Mon, 12 Jun 2006 17:49:31 +0000 (20:49 +0300)] 
mscms: Eliminate complex test macro to make source navigation easier.

18 years agoinclude: The visibility attribute is supported only by gcc >= 3.3.
Michael Stefaniuc [Mon, 12 Jun 2006 22:52:00 +0000 (00:52 +0200)] 
include: The visibility attribute is supported only by gcc >= 3.3.

18 years agomlang: Return S_OK from fnIMultiLanguage2_SetMimeDBSource.
Robert Shearman [Mon, 12 Jun 2006 15:45:40 +0000 (16:45 +0100)] 
mlang: Return S_OK from fnIMultiLanguage2_SetMimeDBSource.

The source is largely irrelevant since we are not likely to be wanting
to ship updates to the MIME database as registry updates, instead of
just changing the code.

18 years agomlang: Add us-ascii encoding to the list of supported encodings.
Robert Shearman [Mon, 12 Jun 2006 15:45:31 +0000 (16:45 +0100)] 
mlang: Add us-ascii encoding to the list of supported encodings.

18 years agoadvapi32: Fix the parsing of string SIDs with multiple sub-authorities.
Robert Shearman [Mon, 12 Jun 2006 15:45:24 +0000 (16:45 +0100)] 
advapi32: Fix the parsing of string SIDs with multiple sub-authorities.

18 years agoadvapi32: Replace some mixed tabs with spaces.
Robert Shearman [Mon, 12 Jun 2006 15:37:49 +0000 (16:37 +0100)] 
advapi32: Replace some mixed tabs with spaces.

18 years agoadvapi32: Support well-knowns SIDs in string SIDs.
Robert Shearman [Mon, 12 Jun 2006 15:37:07 +0000 (16:37 +0100)] 
advapi32: Support well-knowns SIDs in string SIDs.

18 years agoadvapi32: Nul-terminate the domain string in LookupAccountNameW.
Robert Shearman [Mon, 12 Jun 2006 15:36:54 +0000 (16:36 +0100)] 
advapi32: Nul-terminate the domain string in LookupAccountNameW.

18 years agoole32: Print an error if a DLL's DllGetClassObject fails as this is
Robert Shearman [Mon, 12 Jun 2006 15:36:45 +0000 (16:36 +0100)] 
ole32: Print an error if a DLL's DllGetClassObject fails as this is

usually a good indicator of a bug elsewhere in Wine.

18 years agowined3d: Move a checkGLcall to it's gl call inside an "if".
Jan Zerebecki [Fri, 9 Jun 2006 15:32:46 +0000 (17:32 +0200)] 
wined3d: Move a checkGLcall to it's gl call inside an "if".

18 years agowined3d: Fix stencil related render states.
Jan Zerebecki [Fri, 9 Jun 2006 15:32:18 +0000 (17:32 +0200)] 
wined3d: Fix stencil related render states.

18 years agowined3d: Enable two sided stencil in the caps.
Jan Zerebecki [Fri, 9 Jun 2006 15:30:20 +0000 (17:30 +0200)] 
wined3d: Enable two sided stencil in the caps.

18 years agowined3d: Also print the format like a fourcc if unknown in debug_d3dformat.
Jan Zerebecki [Fri, 9 Jun 2006 15:29:57 +0000 (17:29 +0200)] 
wined3d: Also print the format like a fourcc if unknown in debug_d3dformat.

18 years agomsvcrtd: Explicitly specify CDECL calling convention on exported functions.
Alexandre Julliard [Mon, 12 Jun 2006 19:35:40 +0000 (21:35 +0200)] 
msvcrtd: Explicitly specify CDECL calling convention on exported functions.

18 years agomsvcrt20: Explicitly specify CDECL calling convention on exported functions.
Alexandre Julliard [Mon, 12 Jun 2006 19:35:27 +0000 (21:35 +0200)] 
msvcrt20: Explicitly specify CDECL calling convention on exported functions.

18 years agocrtdll: Explicitly specify CDECL calling convention on exported functions.
Alexandre Julliard [Mon, 12 Jun 2006 19:35:20 +0000 (21:35 +0200)] 
crtdll: Explicitly specify CDECL calling convention on exported functions.

18 years agontdll: Explicitly specify CDECL calling convention on exported functions.
Alexandre Julliard [Mon, 12 Jun 2006 19:35:07 +0000 (21:35 +0200)] 
ntdll: Explicitly specify CDECL calling convention on exported functions.

18 years agoole32: Explicitly specify CDECL calling convention on exported functions.
Alexandre Julliard [Mon, 12 Jun 2006 19:34:59 +0000 (21:34 +0200)] 
ole32: Explicitly specify CDECL calling convention on exported functions.

18 years agowldap32: Explicitly specify CDECL calling convention on exported functions.
Alexandre Julliard [Mon, 12 Jun 2006 19:34:46 +0000 (21:34 +0200)] 
wldap32: Explicitly specify CDECL calling convention on exported functions.

18 years agoinclude: Added prototype for DllMain.
Alexandre Julliard [Mon, 12 Jun 2006 14:18:17 +0000 (16:18 +0200)] 
include: Added prototype for DllMain.

18 years agoinclude: Make the Dll* entry points hidden.
Alexandre Julliard [Mon, 12 Jun 2006 14:18:01 +0000 (16:18 +0200)] 
include: Make the Dll* entry points hidden.

18 years agontdll: Added spec entry for NtQueryMultipleValueKey.
Alexandre Julliard [Mon, 12 Jun 2006 14:10:28 +0000 (16:10 +0200)] 
ntdll: Added spec entry for NtQueryMultipleValueKey.

18 years agoriched20: Fix an uninitialized variable bug.
Alexandre Julliard [Mon, 12 Jun 2006 14:09:50 +0000 (16:09 +0200)] 
riched20: Fix an uninitialized variable bug.

Mark todo a test that depended on the bug to succeed.

18 years agowined3d: Cleanup GetSrcAndOpFromValue().
H. Verbeet [Sat, 10 Jun 2006 21:49:09 +0000 (23:49 +0200)] 
wined3d: Cleanup GetSrcAndOpFromValue().

- Cleanup GetSrcAndOpFromValue().
- Use naming more consistent with the rest of the file.

18 years agomsi: Add some more test cases for INSERT.
Mike McCormack [Mon, 12 Jun 2006 08:57:27 +0000 (17:57 +0900)] 
msi: Add some more test cases for INSERT.

18 years agomsi: Add some more MsiFormatRecord tests.
Mike McCormack [Mon, 12 Jun 2006 06:06:59 +0000 (15:06 +0900)] 
msi: Add some more MsiFormatRecord tests.

18 years agomsi: Add tests for creating packages and formatting records.
Mike McCormack [Mon, 12 Jun 2006 04:21:11 +0000 (13:21 +0900)] 
msi: Add tests for creating packages and formatting records.

18 years agomsi: Delete any databases we create at the end of each test.
Mike McCormack [Mon, 12 Jun 2006 04:20:46 +0000 (13:20 +0900)] 
msi: Delete any databases we create at the end of each test.

18 years agomsi: Fix compilation on msvc6.
Mike McCormack [Mon, 12 Jun 2006 04:20:31 +0000 (13:20 +0900)] 
msi: Fix compilation on msvc6.

18 years agomsi: Remove an inconsistent test.
Mike McCormack [Mon, 12 Jun 2006 04:20:11 +0000 (13:20 +0900)] 
msi: Remove an inconsistent test.

18 years agomsi: Fix some test cases to pass against win2k.
Mike McCormack [Mon, 12 Jun 2006 04:19:51 +0000 (13:19 +0900)] 
msi: Fix some test cases to pass against win2k.

18 years agoinclude: Add IXMLHttpRequest interface and XMLHttpRequest coclass to xmldoc.idl.
Robert Shearman [Mon, 12 Jun 2006 00:34:40 +0000 (01:34 +0100)] 
include: Add IXMLHttpRequest interface and XMLHttpRequest coclass to xmldoc.idl.

18 years agoatl: Implement AtlModuleGetClassObject.
Robert Shearman [Mon, 12 Jun 2006 00:34:53 +0000 (01:34 +0100)] 
atl: Implement AtlModuleGetClassObject.

18 years agomsxml3: Fix domelem_get_tagName to return a string with the namespace prefixed, if...
Robert Shearman [Mon, 12 Jun 2006 00:34:28 +0000 (01:34 +0100)] 
msxml3: Fix domelem_get_tagName to return a string with the namespace prefixed, if it is present.

18 years agomsxml3: Initialise output interface pointers to NULL in xmlnodelist_QueryInterface...
Robert Shearman [Mon, 12 Jun 2006 00:34:17 +0000 (01:34 +0100)] 
msxml3: Initialise output interface pointers to NULL in xmlnodelist_QueryInterface and xmlnodelist_nextNode.

18 years agowineps.drv: Make some variables static.
Alexandre Julliard [Mon, 12 Jun 2006 11:46:17 +0000 (13:46 +0200)] 
wineps.drv: Make some variables static.

18 years agocrypt32: Make some variables static and/or const.
Alexandre Julliard [Mon, 12 Jun 2006 11:45:11 +0000 (13:45 +0200)] 
crypt32: Make some variables static and/or const.

18 years agoshell32: Make some variables static and/or const.
Alexandre Julliard [Mon, 12 Jun 2006 11:44:21 +0000 (13:44 +0200)] 
shell32: Make some variables static and/or const.

18 years agokernel32: Make some variables static.
Alexandre Julliard [Mon, 12 Jun 2006 11:41:45 +0000 (13:41 +0200)] 
kernel32: Make some variables static.

18 years agoadvapi32: Make some variables static and/or const.
Alexandre Julliard [Mon, 12 Jun 2006 11:41:15 +0000 (13:41 +0200)] 
advapi32: Make some variables static and/or const.

18 years agowinemp3.acm: Make some variables static and/or const.
Alexandre Julliard [Mon, 12 Jun 2006 11:40:34 +0000 (13:40 +0200)] 
winemp3.acm: Make some variables static and/or const.

18 years agomsi: Make some variables static and/or const.
Alexandre Julliard [Mon, 12 Jun 2006 11:39:59 +0000 (13:39 +0200)] 
msi: Make some variables static and/or const.

18 years agocrtdll: Fixed copy/paste error in definition of _baseminor_dll and _baseversion_dll.
Alexandre Julliard [Mon, 12 Jun 2006 11:38:29 +0000 (13:38 +0200)] 
crtdll: Fixed copy/paste error in definition of _baseminor_dll and _baseversion_dll.

18 years agox11drv: Get rid of the no longer used desktop_tid variable.
Alexandre Julliard [Mon, 12 Jun 2006 11:37:36 +0000 (13:37 +0200)] 
x11drv: Get rid of the no longer used desktop_tid variable.

18 years agouser32: Remove redundant SetLastError call from MENU_SetMenu.
Dmitry Timoshkov [Sun, 11 Jun 2006 15:26:49 +0000 (00:26 +0900)] 
user32: Remove redundant SetLastError call from MENU_SetMenu.

18 years agoinclude/ddk: Add minimal compstui.h.
Detlef Riekenberg [Fri, 9 Jun 2006 11:30:21 +0000 (13:30 +0200)] 
include/ddk: Add minimal compstui.h.

18 years agowinedbg: Write-strings warnings fix.
Andrew Talbot [Fri, 9 Jun 2006 20:44:44 +0000 (21:44 +0100)] 
winedbg: Write-strings warnings fix.

18 years agosetupapi: Documentation update.
Christian Gmeiner [Fri, 9 Jun 2006 05:25:31 +0000 (07:25 +0200)] 
setupapi: Documentation update.

18 years agouser32: Win64 lparam and wparam are longs.
Mike McCormack [Sun, 11 Jun 2006 02:06:00 +0000 (11:06 +0900)] 
user32: Win64 lparam and wparam are longs.

18 years agouser32: Fix a pointer size warning in Win64.
Mike McCormack [Sun, 11 Jun 2006 02:06:10 +0000 (11:06 +0900)] 
user32: Fix a pointer size warning in Win64.

18 years agokernel32: Fix a cast for Win64.
Mike McCormack [Sun, 11 Jun 2006 02:05:49 +0000 (11:05 +0900)] 
kernel32: Fix a cast for Win64.

18 years agomsi: Add some test cases for "SELECT ... WHERE condition".
Mike McCormack [Sun, 11 Jun 2006 00:51:59 +0000 (09:51 +0900)] 
msi: Add some test cases for "SELECT ... WHERE condition".

18 years agomsi: Freeing the zero handle always succeeds.
Mike McCormack [Sun, 11 Jun 2006 00:51:42 +0000 (09:51 +0900)] 
msi: Freeing the zero handle always succeeds.

18 years agomsi: Always initialize MsiViewFetch's returned record to zero.
Mike McCormack [Sun, 11 Jun 2006 00:51:29 +0000 (09:51 +0900)] 
msi: Always initialize MsiViewFetch's returned record to zero.