Sweden-Number/dlls/user/tests
Francois Gouget 9591836ffb 'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
..
.cvsignore Added listbox test. 2003-04-26 02:09:43 +00:00
Makefile.in Added listbox test. 2003-04-26 02:09:43 +00:00
class.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
generated.c Changed MONITORINFOEXA,W definition to the one in MSDN which does not 2003-01-21 00:29:31 +00:00
listbox.c Added listbox test. 2003-04-26 02:09:43 +00:00
sysparams.c Avoid warning. 2003-04-08 00:56:32 +00:00
win.c Win9x does not support {Get,Set}WindowLongW. Use the Ansi version 2003-01-03 19:09:23 +00:00
wsprintf.c wsprintfW is not supported on Win9x platforms. 2002-12-18 20:51:14 +00:00