CVSROOT: /cvs/src
Module name: src
Changes by: [EMAIL PROTECTED] 2006-07-22 12:06:11
Modified files:
winsup/w32api : ChangeLog
winsup/w32api/lib: Makefile.in
Added files:
winsup/w32api/include: devguid.h
winsup/w32api/lib: devguid.c
Log message:
2006-07-20 Elias Naur <[EMAIL PROTECTED]>
* include/devguid.h: Add new file with missing GUID_DEVCLASS_*
declarations. They were extracted from the registry with a script.
* lib/devguid.c: Add new file with the implementation of the
missing GUIDs.
* lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.858&r2=1.859
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/devguid.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/devguid.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/Makefile.in.diff?cvsroot=src&r1=1.40&r2=1.41