first piece of wdk fixes for winsys

This commit is contained in:
Berke Viktor 2011-11-28 14:53:28 +01:00
parent eaad8edbee
commit 53c223dea4
1 changed files with 3 additions and 1 deletions

View File

@ -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>