mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
adding include windows.h it take care for some macro was not declare and COM macro are only in psdk what I known, still create compiling issue
svn path=/trunk/; revision=27154
This commit is contained in:
parent
ad0d69c348
commit
36f388cc37
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#ifndef PORTCLS_PRIVATE_H
|
||||
#define PORTCLS_PRIVATE_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <ntddk.h>
|
||||
#include <debug.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue