first piece of wdk fixes for winsys
This commit is contained in:
parent
eaad8edbee
commit
53c223dea4
|
@ -23,7 +23,9 @@
|
|||
#define _WIN32_DCOM
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include <intrin.h>
|
||||
/* use intrin.h for SDK builds
|
||||
#include <intrin.h> */
|
||||
#include <ntddk.h>
|
||||
#include <comdef.h>
|
||||
#include <Wbemidl.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue