wine-wine/dlls/setupapi
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 Replaced most uses of the auto-generated glue code by explicit calls 2003-02-27 21:09:45 +00:00
Makefile.in Split Win16/32 setupapi device installer support. 2003-06-16 19:40:53 +00:00
devinst.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
devinst16.c Split Win16/32 setupapi device installer support. 2003-06-16 19:40:53 +00:00
dirid.c Some spelling and formatting fixes. 2003-04-02 01:23:43 +00:00
infparse.c Respect the version SP_COPY flags when installing files. 2003-05-19 18:52:16 +00:00
install.c Use strtoulW instead of strtolW for DWORD conversion. 2003-05-13 22:16:11 +00:00
parser.c Replace DPRINTF with TRACE. 2003-03-15 00:12:42 +00:00
queue.c Fix some typos. 2003-06-04 20:29:05 +00:00
setupapi.rc Fix miscellaneous spelling errors and typos. 2003-05-13 00:41:57 +00:00
setupapi.spec Added some stubs. 2003-04-02 23:19:14 +00:00
setupapi_private.h Fixed some handle type mismatches and added a few casts in prevision 2002-07-31 19:26:03 +00:00
setupx.spec Implement a load of setupx Di* stubs. 2003-05-13 22:16:53 +00:00
setupx16.h Honour the VNLP_COPYIFEXISTS flag when doing a copy operation. 2002-07-20 18:54:51 +00:00
setupx_main.c Fixed warnings caused by conversion to -DSTRICT. 2002-10-18 23:48:57 +00:00
stubs.c Added some stubs. 2003-04-02 23:19:14 +00:00
virtcopy.c Replaced most uses of the auto-generated glue code by explicit calls 2003-02-27 21:09:45 +00:00