Fix some build problems

svn path=/trunk/; revision=15633
This commit is contained in:
Alex Ionescu 2005-05-28 22:18:44 +00:00
parent 9a4b9913ce
commit 2db9bd4682
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@
#ifndef __BUFFER_H
#define __BUFFER_H
#include <ndissys.h>
#include "ndissys.h"
/* FIXME: Possibly move this to ntddk.h */

View file

@ -655,6 +655,8 @@ KdPortInitializeEx(
DWORD Unknown2)
{
UNIMPLEMENTED;
return TRUE;
}