- Fix build

svn path=/trunk/; revision=51738
This commit is contained in:
Rafal Harabien 2011-05-14 16:01:54 +00:00
parent 17dcf7d2e5
commit 51edd28a7a
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ extern "C" {
#endif
#ifdef USE_DBGPRINT_LOGGER
#include "inc\PostDbgMesg.h"
#include "inc/PostDbgMesg.h"
#define DbgPrint DbgDump_Printf
#define Connect_DbgPrint() {DbgDump_SetAutoReconnect(TRUE); DbgDump_Reconnect();}
#else // USE_DBGPRINT_LOGGER

View file

@ -8,7 +8,7 @@ extern "C" {
#include "stddef.h"
#include "stdarg.h"
#include "inc\CrossNt.h"
#include "inc/CrossNt.h"
#include "atapi.h" // includes scsi.h
#include "ntdddisk.h"