mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fix some build problems
svn path=/trunk/; revision=15633
This commit is contained in:
parent
9a4b9913ce
commit
2db9bd4682
2 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#ifndef __BUFFER_H
|
||||
#define __BUFFER_H
|
||||
|
||||
#include <ndissys.h>
|
||||
#include "ndissys.h"
|
||||
|
||||
|
||||
/* FIXME: Possibly move this to ntddk.h */
|
||||
|
|
|
@ -655,6 +655,8 @@ KdPortInitializeEx(
|
|||
DWORD Unknown2)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue