wine
17 years agocmd.exe: Prevent options to pushd.
Jason Edmeades [Thu, 8 Mar 2007 00:44:46 +0000 (00:44 +0000)] 
cmd.exe: Prevent options to pushd.

17 years agocmd.exe: Support PUSHD with wildcards.
Jason Edmeades [Thu, 8 Mar 2007 00:44:09 +0000 (00:44 +0000)] 
cmd.exe: Support PUSHD with wildcards.

17 years agocmd.exe: Set errorlevel if CD fails.
Jason Edmeades [Thu, 8 Mar 2007 00:43:32 +0000 (00:43 +0000)] 
cmd.exe: Set errorlevel if CD fails.

17 years agocmd.exe: Wildcards in directory names for CD.
Jason Edmeades [Thu, 8 Mar 2007 00:43:09 +0000 (00:43 +0000)] 
cmd.exe: Wildcards in directory names for CD.

17 years agocmd.exe: Support unquoted directories in CD command.
Jason Edmeades [Thu, 8 Mar 2007 00:42:33 +0000 (00:42 +0000)] 
cmd.exe: Support unquoted directories in CD command.

17 years agocmd.exe: Support default colours for wineconsole.
Jason Edmeades [Thu, 8 Mar 2007 00:40:54 +0000 (00:40 +0000)] 
cmd.exe: Support default colours for wineconsole.

17 years agocmd.exe: Add cmd.exe /T option.
Jason Edmeades [Thu, 8 Mar 2007 00:38:38 +0000 (00:38 +0000)] 
cmd.exe: Add cmd.exe /T option.

17 years agocmd.exe: Add COLOR command.
Jason Edmeades [Thu, 8 Mar 2007 00:37:44 +0000 (00:37 +0000)] 
cmd.exe: Add COLOR command.

17 years agoconfigure: Fixed default dependencies to work properly in test dirs too.
Alexandre Julliard [Thu, 8 Mar 2007 12:20:12 +0000 (13:20 +0100)] 
configure: Fixed default dependencies to work properly in test dirs too.

17 years agoconfigure: Get rid of lex compatibility support, we require flex anyway.
Alexandre Julliard [Thu, 8 Mar 2007 12:19:50 +0000 (13:19 +0100)] 
configure: Get rid of lex compatibility support, we require flex anyway.

17 years agokernel32: Add missing limits.h include.
Alexandre Julliard [Thu, 8 Mar 2007 12:12:59 +0000 (13:12 +0100)] 
kernel32: Add missing limits.h include.

17 years agod3d8: Add tests for GetVertexShaderDeclaration, GetVertexShaderFunction and GetPixelS...
H. Verbeet [Thu, 8 Mar 2007 00:16:16 +0000 (01:16 +0100)] 
d3d8: Add tests for GetVertexShaderDeclaration, GetVertexShaderFunction and GetPixelShaderFunction.

17 years agowined3d: Fix IWineD3DPixelShader_GetFunction / IWineD3DVertexShader_GetFunction.
H. Verbeet [Thu, 8 Mar 2007 00:16:09 +0000 (01:16 +0100)] 
wined3d: Fix IWineD3DPixelShader_GetFunction / IWineD3DVertexShader_GetFunction.

17 years agod3d8: Implement IDirect3DDevice8_GetVertexShaderDeclaration.
H. Verbeet [Thu, 8 Mar 2007 00:15:57 +0000 (01:15 +0100)] 
d3d8: Implement IDirect3DDevice8_GetVertexShaderDeclaration.

17 years agod3d8: Save the d3d8 vertex declaration.
H. Verbeet [Thu, 8 Mar 2007 00:15:46 +0000 (01:15 +0100)] 
d3d8: Save the d3d8 vertex declaration.

17 years agowinedbg: Do not write over const char * parameter.
Peter Oberndorfer [Wed, 7 Mar 2007 21:04:21 +0000 (22:04 +0100)] 
winedbg: Do not write over const char * parameter.

Also pass the right string to SymEnumSymbols and check for _ in symbol
name, instead of beginning of string.

17 years agojanitorial: Remove two redundant checks for NULL.
Michael Stefaniuc [Wed, 7 Mar 2007 21:16:48 +0000 (22:16 +0100)] 
janitorial: Remove two redundant checks for NULL.

17 years agocomctl32: Remove redundant NULL checks before Free() (found by Smatch).
Michael Stefaniuc [Wed, 7 Mar 2007 20:55:31 +0000 (21:55 +0100)] 
comctl32: Remove redundant NULL checks before Free() (found by Smatch).

17 years agowinmm: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Wed, 7 Mar 2007 20:31:57 +0000 (20:31 +0000)] 
winmm: Replace const pointer parameters with correct pointers to const.

17 years agompr: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Wed, 7 Mar 2007 20:31:43 +0000 (20:31 +0000)] 
mpr: Replace const pointer parameters with correct pointers to const.

17 years agokernel32: Allow to execute .cmd files.
Konstantin Kondratyuk [Wed, 7 Mar 2007 15:15:31 +0000 (18:15 +0300)] 
kernel32: Allow to execute .cmd files.

17 years agowordpad: Updated Korean resource.
Hwang YunSong(황윤성) [Wed, 7 Mar 2007 08:30:06 +0000 (17:30 +0900)] 
wordpad: Updated Korean resource.

17 years agocmd: Updated Korean resource.
Hwang YunSong(황윤성) [Tue, 6 Mar 2007 08:32:59 +0000 (17:32 +0900)] 
cmd: Updated Korean resource.

17 years agowinedump: Fixed formatting of timestamps.
Alexandre Julliard [Wed, 7 Mar 2007 20:33:51 +0000 (21:33 +0100)] 
winedump: Fixed formatting of timestamps.

17 years agowine_common_ver: Set company name to Microsoft, some apps check for that.
Alexandre Julliard [Wed, 7 Mar 2007 20:33:44 +0000 (21:33 +0100)] 
wine_common_ver: Set company name to Microsoft, some apps check for that.

17 years agoAdded version information for a number of dlls.
Alexandre Julliard [Wed, 7 Mar 2007 20:25:16 +0000 (21:25 +0100)] 
Added version information for a number of dlls.

17 years agocomdlg32: Use unicode Win32 APIs when possible.
Dmitry Timoshkov [Wed, 7 Mar 2007 13:19:19 +0000 (21:19 +0800)] 
comdlg32: Use unicode Win32 APIs when possible.

17 years agocomdlg32: Use unicode Win32 APIs when possible.
Dmitry Timoshkov [Wed, 7 Mar 2007 13:18:40 +0000 (21:18 +0800)] 
comdlg32: Use unicode Win32 APIs when possible.

17 years agowidl: Implement writing of SAFEARRAY type descriptions in typelibs.
Rob Shearman [Wed, 7 Mar 2007 13:32:22 +0000 (13:32 +0000)] 
widl: Implement writing of SAFEARRAY type descriptions in typelibs.

17 years agoMaketest.rules.in: Make CROSSOBJS consistent with the equivalent OBJS rule in the...
Rob Shearman [Wed, 7 Mar 2007 13:30:53 +0000 (13:30 +0000)] 
Maketest.rules.in: Make CROSSOBJS consistent with the equivalent OBJS rule in the toplevel Make.rules.in.

17 years agokernel32: Add tests for ImpersonateNamedPipeClient.
Rob Shearman [Tue, 6 Mar 2007 18:00:15 +0000 (18:00 +0000)] 
kernel32: Add tests for ImpersonateNamedPipeClient.

17 years agonetapi32: Added support for more info levels in NetWkstaGetInfo.
Alexandre Julliard [Wed, 7 Mar 2007 17:05:57 +0000 (18:05 +0100)] 
netapi32: Added support for more info levels in NetWkstaGetInfo.

17 years agodpnaddr: Added dll that just forwards to dpnet.
Luis Carlos Busquets Pérez [Wed, 7 Mar 2007 08:41:41 +0000 (09:41 +0100)] 
dpnaddr: Added dll that just forwards to dpnet.

17 years agoserver: Use internal luid_t type where appropriate.
Alexandre Julliard [Wed, 7 Mar 2007 11:43:12 +0000 (12:43 +0100)] 
server: Use internal luid_t type where appropriate.

17 years agontdll: Implement NtAllocateLocallyUniqueId with server call.
Juan Lang [Wed, 7 Mar 2007 00:33:26 +0000 (16:33 -0800)] 
ntdll: Implement NtAllocateLocallyUniqueId with server call.

17 years agowined3d: Rework surface dirtification.
Stefan Dösinger [Tue, 6 Mar 2007 20:47:45 +0000 (21:47 +0100)] 
wined3d: Rework surface dirtification.

Previously the surfaces stored a flag if the system memory copy was
ahead of the gl copy(SFLAG_DIRTY) or the gl copy is
ahead(SFLAG_GLDIRTY). The pbuffer copy was 'managed' differently using
SFLAG_INPBUFFER and SFLAG_INTEXTURE.

This patch replaces them with 3 flags, INSYSMEM, INPBUFFER and
INTEXTURE which specify which copy contains the most up to date
copy. It is perfectly valid to have more than one of those flags
set. One must be set at least (except at init, when no content is in
the surface yet). When one copy is modified, the flags for the others
are removed.

17 years agowined3d: Remove IWineD3DSurface::SetPBufferState.
Stefan Dösinger [Sat, 3 Mar 2007 14:19:41 +0000 (15:19 +0100)] 
wined3d: Remove IWineD3DSurface::SetPBufferState.

The method is removed because it does not really help with
anything. It should not be exported from wined3d, there is no need for
the other libs to call it. It does not help abstraction and code
simplification in any way because it is very specific and the code
calling it has to know what is happening in the surface to use this
method.

17 years agogdi32: Search SystemLinked fonts when looking for a valid replacement.
Aric Stewart [Wed, 7 Mar 2007 05:45:11 +0000 (14:45 +0900)] 
gdi32: Search SystemLinked fonts when looking for a valid replacement.

17 years agouser32: Don't delete hrgnClip until we are done using it.
Aric Stewart [Wed, 7 Mar 2007 06:31:19 +0000 (15:31 +0900)] 
user32: Don't delete hrgnClip until we are done using it.

Thanks to Peter Oberndorfer for noticing this.

17 years agolocalspl/tests: Add tests for XcvDataPort_DeletePort.
Detlef Riekenberg [Tue, 6 Mar 2007 23:20:32 +0000 (00:20 +0100)] 
localspl/tests: Add tests for XcvDataPort_DeletePort.

17 years agolocalspl: Implement DeletePort for XcvDataPort.
Detlef Riekenberg [Tue, 6 Mar 2007 23:20:25 +0000 (00:20 +0100)] 
localspl: Implement DeletePort for XcvDataPort.

17 years agomshtml: Remove false FIXME.
Jacek Caban [Tue, 6 Mar 2007 23:06:30 +0000 (00:06 +0100)] 
mshtml: Remove false FIXME.

17 years agomshtml: Improve ReadSegments implementation.
Jacek Caban [Tue, 6 Mar 2007 23:05:52 +0000 (00:05 +0100)] 
mshtml: Improve ReadSegments implementation.

17 years agoatl: Compare file handle to INVALID_HANDLE_VALUE to handle errors.
Jacek Caban [Tue, 6 Mar 2007 23:05:15 +0000 (00:05 +0100)] 
atl: Compare file handle to INVALID_HANDLE_VALUE to handle errors.

17 years agod3d9: Add a mova rounding test.
H. Verbeet [Tue, 6 Mar 2007 21:35:45 +0000 (22:35 +0100)] 
d3d9: Add a mova rounding test.

17 years agowined3d: Remove broken software shaders.
H. Verbeet [Tue, 6 Mar 2007 21:35:23 +0000 (22:35 +0100)] 
wined3d: Remove broken software shaders.

17 years agowined3d: Fix a typo.
H. Verbeet [Tue, 6 Mar 2007 21:35:12 +0000 (22:35 +0100)] 
wined3d: Fix a typo.

17 years agouser32: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Tue, 6 Mar 2007 20:41:06 +0000 (20:41 +0000)] 
user32: Replace const pointer parameters with correct pointers to const.

17 years agocomdlg32: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Tue, 6 Mar 2007 20:39:56 +0000 (20:39 +0000)] 
comdlg32: Replace const pointer parameters with correct pointers to const.

17 years agoole32: Add some tests for IBindCtx.
Rob Shearman [Tue, 6 Mar 2007 17:59:33 +0000 (17:59 +0000)] 
ole32: Add some tests for IBindCtx.

17 years agoole32: Remove some unnecessary traces from the HeapUnknown implementation.
Rob Shearman [Tue, 6 Mar 2007 17:58:56 +0000 (17:58 +0000)] 
ole32: Remove some unnecessary traces from the HeapUnknown implementation.

17 years agoole32: Fix a failing CoUnmarshalInterface test on Windows.
Rob Shearman [Tue, 6 Mar 2007 17:58:21 +0000 (17:58 +0000)] 
ole32: Fix a failing CoUnmarshalInterface test on Windows.

17 years agoole32: Fix a use-after-free of the file moniker in the running object table tests.
Rob Shearman [Tue, 6 Mar 2007 17:57:45 +0000 (17:57 +0000)] 
ole32: Fix a use-after-free of the file moniker in the running object table tests.

17 years agoserver: A general solution for handling MAXIMUM_ALLOWED access right has been impleme...
Rob Shearman [Tue, 6 Mar 2007 17:57:10 +0000 (17:57 +0000)] 
server: A general solution for handling MAXIMUM_ALLOWED access right has been implemented so remove the workarounds.

17 years agowined3d: Do not specify the viewport origin upside down when doing offscreen rendering.
Stefan Dösinger [Tue, 6 Mar 2007 13:56:58 +0000 (14:56 +0100)] 
wined3d: Do not specify the viewport origin upside down when doing offscreen rendering.

The gl viewport origin is the lower left corner of the window, in d3d
it is the upper right corner. This is corrected when setting the
viewport. However, when we are doing offscreen rendering, this is
reversed. So do not flip the viewport origin when rendering offscreen.

17 years agowined3d: Disable depth stencil related states without a depth stencil buffer.
Stefan Dösinger [Tue, 6 Mar 2007 12:54:05 +0000 (13:54 +0100)] 
wined3d: Disable depth stencil related states without a depth stencil buffer.

Except with fbos, it is not possible to remove the depth stencil
buffer from the opengl frame buffer, so when the d3d app sets a NULL
depth stencil disable all states that work with the depth stencil
buffer.

17 years agowined3d: Clearing the depth stencil buffer fails without a depth stencil buffer.
Stefan Dösinger [Tue, 6 Mar 2007 12:35:56 +0000 (13:35 +0100)] 
wined3d: Clearing the depth stencil buffer fails without a depth stencil buffer.

17 years agowined3d: Use an aux buffer as blitting helper if available.
Stefan Dösinger [Sun, 4 Mar 2007 22:47:57 +0000 (23:47 +0100)] 
wined3d: Use an aux buffer as blitting helper if available.

This helps performance a bit because the function does not have to
wait for the 2nd read to finish before returning. Only do that if we
have an aux buffer to mess with for free though.

17 years agowined3d: Store the number of aux buffers in the gl limits structure.
Stefan Dösinger [Sun, 4 Mar 2007 22:29:28 +0000 (23:29 +0100)] 
wined3d: Store the number of aux buffers in the gl limits structure.

17 years agowined3d: WINED3DFMT_U8V8 is signed.
Stefan Dösinger [Mon, 5 Mar 2007 20:40:47 +0000 (21:40 +0100)] 
wined3d: WINED3DFMT_U8V8 is signed.

Plain OpenGL does not provide any signed pixel formats, so the
unsigned GL_RGB is used for loading perturbation data into pixel
shaders that use texbem. For correct loading, the signedness has to be
considered.

17 years agowined3d: Adjust the rhw transformation for offscreen rendering.
Stefan Dösinger [Sat, 3 Mar 2007 12:51:43 +0000 (13:51 +0100)] 
wined3d: Adjust the rhw transformation for offscreen rendering.

17 years agomsvcrt/tests: Properly remove temporary directory.
Paul Vriens [Tue, 6 Mar 2007 18:15:40 +0000 (19:15 +0100)] 
msvcrt/tests: Properly remove temporary directory.

17 years agolocalspl/tests: Remove tempfile after running the tests.
Paul Vriens [Tue, 6 Mar 2007 17:47:28 +0000 (18:47 +0100)] 
localspl/tests: Remove tempfile after running the tests.

17 years agowinspool.drv/tests: Remove tempfile after running the tests.
Paul Vriens [Tue, 6 Mar 2007 17:40:26 +0000 (18:40 +0100)] 
winspool.drv/tests: Remove tempfile after running the tests.

17 years agosnmpapi: Fix printf format warnings.
Michael Stefaniuc [Tue, 6 Mar 2007 14:34:19 +0000 (15:34 +0100)] 
snmpapi: Fix printf format warnings.

17 years agosecur32: NTLM's AcquireCredentialHandleA/W should accept domains and usernames with...
Rob Shearman [Tue, 6 Mar 2007 13:32:09 +0000 (13:32 +0000)] 
secur32: NTLM's AcquireCredentialHandleA/W should accept domains and usernames with lengths of 0.

Add tests for these cases.

17 years agosecur32: NTLM - don't bother nul terminating the password string as nothing relies...
Rob Shearman [Tue, 6 Mar 2007 13:31:33 +0000 (13:31 +0000)] 
secur32: NTLM - don't bother nul terminating the password string as nothing relies on it being nul terminated.

17 years agosecur32: NTLM - don't copy more data from User, Domain and Password
Rob Shearman [Tue, 6 Mar 2007 13:30:38 +0000 (13:30 +0000)] 
secur32: NTLM - don't copy more data from User, Domain and Password
pointers in the SEC_WINNT_AUTH_IDENTITY structure than the
corresponding Length fields say the pointers hold.

17 years agogdi32: Add an extensive EnumFontFamilies test, fix some failures when running under...
Dmitry Timoshkov [Tue, 6 Mar 2007 11:14:25 +0000 (19:14 +0800)] 
gdi32: Add an extensive EnumFontFamilies test, fix some failures when running under Wine.

17 years agoAssorted spelling fixes.
Francois Gouget [Tue, 6 Mar 2007 13:26:24 +0000 (14:26 +0100)] 
Assorted spelling fixes.

17 years agodplayx/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Tue, 6 Mar 2007 13:25:51 +0000 (14:25 +0100)] 
dplayx/tests: Fix compilation on systems that don't support nameless unions.

17 years agodplayx/tests: Add missing '\n' to ok() call.
Francois Gouget [Tue, 6 Mar 2007 13:25:20 +0000 (14:25 +0100)] 
dplayx/tests: Add missing '\n' to ok() call.

17 years agogdi32: Fix FontSubstitute values for Korean locale.
Byeong-Sik Jeon [Tue, 6 Mar 2007 13:06:33 +0000 (22:06 +0900)] 
gdi32: Fix FontSubstitute values for Korean locale.

17 years agogdi32: Add missing pFT_Done_Face().
Byeong-Sik Jeon [Tue, 6 Mar 2007 12:30:20 +0000 (21:30 +0900)] 
gdi32: Add missing pFT_Done_Face().

17 years agowineps.drv: Return correct values for DESKTOPHORZ/VERTRES since they are used to...
Alexandre Julliard [Tue, 6 Mar 2007 17:28:17 +0000 (18:28 +0100)] 
wineps.drv: Return correct values for DESKTOPHORZ/VERTRES since they are used to setup the visible region.

17 years agowine.inf: dwReserved values for DirectPlay providers should be dwords
Alexandre Julliard [Tue, 6 Mar 2007 11:27:32 +0000 (12:27 +0100)] 
wine.inf: dwReserved values for DirectPlay providers should be dwords

(spotted by Alessandro Pignotti).

17 years agowinex11.drv: Do not ignore the keysyms assigned to a group switch, it leads to side...
Dmitry Timoshkov [Tue, 6 Mar 2007 08:53:39 +0000 (16:53 +0800)] 
winex11.drv: Do not ignore the keysyms assigned to a group switch, it leads to side effects like missing KeyRelease events.

17 years agouser32: Make the excessive scroll test pass under Windows.
Dmitry Timoshkov [Tue, 6 Mar 2007 05:12:19 +0000 (13:12 +0800)] 
user32: Make the excessive scroll test pass under Windows.

17 years agoserialui/tests: Add some tests for CommConfigDialog.
Detlef Riekenberg [Tue, 6 Mar 2007 04:41:00 +0000 (05:41 +0100)] 
serialui/tests: Add some tests for CommConfigDialog.

17 years agoserialui: Fix return type for CommConfigDialog.
Detlef Riekenberg [Tue, 6 Mar 2007 04:40:56 +0000 (05:40 +0100)] 
serialui: Fix return type for CommConfigDialog.

17 years agolocalspl: Do not crash when Xcv was opened without a space in the name.
Detlef Riekenberg [Tue, 6 Mar 2007 04:40:50 +0000 (05:40 +0100)] 
localspl: Do not crash when Xcv was opened without a space in the name.

17 years agowinspool/tests: Vista returns a different status.
Detlef Riekenberg [Mon, 5 Mar 2007 20:44:18 +0000 (21:44 +0100)] 
winspool/tests: Vista returns a different status.

17 years agowinedbg: Forward the wShowWindow option from winedbg to the debuggee.
Eric Pouech [Mon, 5 Mar 2007 20:54:35 +0000 (21:54 +0100)] 
winedbg: Forward the wShowWindow option from winedbg to the debuggee.

17 years agowinedbg: We no longer need to force for ELF modules in minidumps as we do it automati...
Eric Pouech [Mon, 5 Mar 2007 20:45:21 +0000 (21:45 +0100)] 
winedbg: We no longer need to force for ELF modules in minidumps as we do it automatically now.

17 years agoole32: Compare the class contexts in COM_GetRegisteredClassObject.
Rob Shearman [Mon, 5 Mar 2007 20:45:49 +0000 (20:45 +0000)] 
ole32: Compare the class contexts in COM_GetRegisteredClassObject.

Only objects that have been registered for a class context that matches
the requested class context should be returned.

17 years agoole32: OleLoad should call CoCreateInstance with CLSCTX_INPROC_SERVER as well as...
Rob Shearman [Mon, 5 Mar 2007 20:44:52 +0000 (20:44 +0000)] 
ole32: OleLoad should call CoCreateInstance with CLSCTX_INPROC_SERVER as well as CLSCTX_INPROC_HANDLER.

17 years agocredui: Fix a missing ":" in the credential dialog domain name text box.
Rob Shearman [Mon, 5 Mar 2007 20:44:12 +0000 (20:44 +0000)] 
credui: Fix a missing ":" in the credential dialog domain name text box.

17 years agomsvfw32: Replace const pointer parameter with correct pointer to const.
Andrew Talbot [Mon, 5 Mar 2007 19:03:04 +0000 (19:03 +0000)] 
msvfw32: Replace const pointer parameter with correct pointer to const.

17 years agocomctl32: Replace const pointer parameter with correct pointer to const.
Andrew Talbot [Mon, 5 Mar 2007 19:02:22 +0000 (19:02 +0000)] 
comctl32: Replace const pointer parameter with correct pointer to const.

17 years agomsi: Replace const pointer parameters with correct pointers to const.
Andrew Talbot [Mon, 5 Mar 2007 18:58:55 +0000 (18:58 +0000)] 
msi: Replace const pointer parameters with correct pointers to const.

17 years agosnmpapi: Changed %llu to %x%08lx.
Mike Schaadt [Mon, 5 Mar 2007 17:50:23 +0000 (11:50 -0600)] 
snmpapi: Changed %llu to %x%08lx.

17 years agogdi32: Set FontSubstitute values by locale.
Aric Stewart [Mon, 5 Mar 2007 03:43:00 +0000 (12:43 +0900)] 
gdi32: Set FontSubstitute values by locale.

17 years agogdi32/tests: Use skip where appropriate.
Paul Vriens [Mon, 5 Mar 2007 16:29:12 +0000 (17:29 +0100)] 
gdi32/tests: Use skip where appropriate.

17 years agogdi32/tests: Make sure we can run on win9x and NT again.
Paul Vriens [Mon, 5 Mar 2007 16:29:04 +0000 (17:29 +0100)] 
gdi32/tests: Make sure we can run on win9x and NT again.

17 years agoquartz: Improve reference traces.
Chris Robinson [Mon, 5 Mar 2007 14:11:37 +0000 (06:11 -0800)] 
quartz: Improve reference traces.

17 years agoserver: Replace use of internal __pthread_kill() function by a system call.
Alexandre Julliard [Mon, 5 Mar 2007 16:09:54 +0000 (17:09 +0100)] 
server: Replace use of internal __pthread_kill() function by a system call.

17 years agoserver: Expose areas revealed by changes to the window region.
Alexandre Julliard [Mon, 5 Mar 2007 15:43:09 +0000 (16:43 +0100)] 
server: Expose areas revealed by changes to the window region.

17 years agoclock: Make the window round in no title bar mode, to exercise SetWindowRgn.
Alexandre Julliard [Mon, 5 Mar 2007 15:42:30 +0000 (16:42 +0100)] 
clock: Make the window round in no title bar mode, to exercise SetWindowRgn.

17 years agoadvapi32/tests: Move skip to a more appropriate place.
Paul Vriens [Mon, 5 Mar 2007 13:11:22 +0000 (14:11 +0100)] 
advapi32/tests: Move skip to a more appropriate place.

17 years agoadvapi32/tests: Don't use FreeLibrary with GetModuleHandle.
Paul Vriens [Mon, 5 Mar 2007 13:11:17 +0000 (14:11 +0100)] 
advapi32/tests: Don't use FreeLibrary with GetModuleHandle.