don't include private.h twice

fix include path

svn path=/trunk/; revision=41360
This commit is contained in:
Sylvain Petreolle 2009-06-09 16:42:42 +00:00
parent fefcaea1a8
commit 77af3a18bd
3 changed files with 1 additions and 5 deletions

View file

@ -8,8 +8,6 @@
#include "private.h" #include "private.h"
#include "private.h"
typedef struct typedef struct
{ {
IPortPinDMusVtbl *lpVtbl; IPortPinDMusVtbl *lpVtbl;

View file

@ -8,8 +8,6 @@
#include "private.h" #include "private.h"
#include "private.h"
typedef struct typedef struct
{ {
IPortPinWavePciVtbl *lpVtbl; IPortPinWavePciVtbl *lpVtbl;

View file

@ -4,7 +4,7 @@
<importlibrary definition="portcls.spec" /> <importlibrary definition="portcls.spec" />
<define name="PC_NO_IMPORTS" /> <define name="PC_NO_IMPORTS" />
<redefine name="_WIN32_WINNT">0x600</redefine> <redefine name="_WIN32_WINNT">0x600</redefine>
<include base="portcls">../include</include> <include base="portcls">.</include>
<library>ntoskrnl</library> <library>ntoskrnl</library>
<library>ks</library> <library>ks</library>
<library>drmk</library> <library>drmk</library>