mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix build
svn path=/trunk/; revision=51738
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user