windows-nt/Source/XPSP1/NT/base/wdmdrv/wdmguid.c
2020-09-26 16:20:57 +08:00

13 lines
191 B
C

#ifdef WIN32_LEAN_AND_MEAN
#undef WIN32_LEAN_AND_MEAN
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <ole2.h>
#define INITGUID
#include <initguid.h>
#include <wdmguid.h>