windows-nt/Source/XPSP1/NT/base/wdmdrv/wdmguid.c

13 lines
191 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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>