Sweden-Number/windows
Francois Gouget 6fed1e3738 Update the registry keys of SPI_ICONHORIZONTALSPACING,
SPI_ICONVERTICALSPACING and SPI_SETICONTITLEWRAP to match XP.
The SPI_SETBORDER test leaves an incorect border setting and is just
too erratic: comment it out for now.
Modified the SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING and
SPI_SETWORKAREA to not cause the icons to be reorganized.
Don't test out-of-bound values for SPI_SETKEYBOARDSPEED as behavior
differs accross Windows platforms.
On Win9x the maximum value for SPI_SETSCREENSAVETIMEOUT is 32767.
The registry keys and values stored in them for
SPI_ICONHORIZONTALSPACING and SPI_ICONVERTICALSPACING depend on the
Windows platform: ignore them.
No Windows platform seems to SPI_SETFASTTASKSWITCH: no longer test it.
The lParam of WM_SETTINGCHANGE is quite useless (even the MSDN says
so!) and varies accross Windows platforms. Ignore it.
Always check the SystemParametersInfoA return code as it fails in very
strange ways on some platforms. Skip unsupported settings.
Skip Unicode tests on platforms that don't support it.
2003-01-13 20:40:22 +00:00
..
class.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
clipboard.c Made user compile with -DSTRICT. 2002-11-22 21:22:14 +00:00
cursoricon.c Move excpt.h out of include/msvcrt/ as it does not conflict with any 2002-12-12 23:34:01 +00:00
dce.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
defdlg.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
defwnd.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
dialog.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
driver.c Moved 16-bit definitions out of mmddk.h into mmsystem16.h. 2002-10-31 02:23:43 +00:00
input.c Store the hardware messages in the thread input structure, not in the 2003-01-08 00:27:58 +00:00
keyboard.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
mdi.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
message.c Store the keyboard state in the thread input structure on the server 2003-01-08 19:56:31 +00:00
msgbox.c Fix some unicode->ascii calls. 2002-11-24 22:13:26 +00:00
multimon.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
nonclient.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
painting.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
queue.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
rect.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
scroll.c Some more fixes for compiling the user dll with -DSTRICT. 2002-10-30 23:45:38 +00:00
spy.c Print the message name for registered messages. 2003-01-11 21:07:50 +00:00
struct32.c Fixed more -DSTRICT issues. 2002-11-22 20:43:01 +00:00
struct32.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
syscolor.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
sysmetrics.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
sysparams.c Update the registry keys of SPI_ICONHORIZONTALSPACING, 2003-01-13 20:40:22 +00:00
timer.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
user.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00
win.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
winhelp.c Moved some more 16-bit functions to user16.c. 2002-11-22 04:47:10 +00:00
winpos.c Change RECT to use LONG to match win32 standard headers and fix format 2003-01-08 21:09:25 +00:00
winproc.c Removed input.h, queue.h, spy.h and sysmetrics.h and moved their 2002-12-03 23:34:52 +00:00