mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-18 14:27:58 +08:00
6e67a8c5e3
* libsrc/ksddk-uuid.c: Delete. * libsrc/ntddpar-uuid.c: New. * libsrc/ntddscsi-uuid.c: New. * libsrc/ntddser-uuid.c: New. * libsrc/ntddvdeo-uuid.c: New. * Makefile.am (src_libuuid): Adjust for deletions & new additions. * Makefile.in: Regenerate. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3409 4407c894-4637-0410-b4f5-ada5f102cad1
13 lines
445 B
C
13 lines
445 B
C
/* Parallel port device GUIDs */
|
|
/* from ntddpar.h */
|
|
|
|
#define INITGUID
|
|
#include <basetyps.h>
|
|
|
|
#define GUID_PARALLEL_DEVICE GUID_DEVINTERFACE_PARALLEL
|
|
#define GUID_PARCLASS_DEVICE GUID_DEVINTERFACE_PARCLASS
|
|
|
|
DEFINE_GUID (GUID_DEVINTERFACE_PARALLEL, 0x97F76EF0, 0xF883, 0x11D0, 0xAF, 0x1F, 0x00, 0x00, 0xF8, 0x00, 0x84, 0x5C);
|
|
DEFINE_GUID (GUID_DEVINTERFACE_PARCLASS, 0x811FC6A5, 0xF728, 0x11D0, 0xA5, 0x37, 0x00, 0x00, 0xF8, 0x75, 0x3E, 0xD1);
|
|
|