Sweden-Number/dlls/ddraw/ddraw
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
..
hal.c Authors: Mike McCormack <mike@codeweavers.com>, Lionel Ulmer <lionel.ulmer@free.fr> 2003-06-04 20:13:21 +00:00
hal.h Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
main.c - GL state change optimizations 2003-06-16 01:23:58 +00:00
main.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
thunks.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
user.c Authors: Mike McCormack <mike@codeweavers.com>, Lionel Ulmer <lionel.ulmer@free.fr> 2003-06-04 20:13:21 +00:00
user.h Avoid structures or arrays of size 0. 2002-07-19 03:18:05 +00:00