mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Fix build
svn path=/trunk/; revision=51738
This commit is contained in:
parent
17dcf7d2e5
commit
51edd28a7a
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_DBGPRINT_LOGGER
|
#ifdef USE_DBGPRINT_LOGGER
|
||||||
#include "inc\PostDbgMesg.h"
|
#include "inc/PostDbgMesg.h"
|
||||||
#define DbgPrint DbgDump_Printf
|
#define DbgPrint DbgDump_Printf
|
||||||
#define Connect_DbgPrint() {DbgDump_SetAutoReconnect(TRUE); DbgDump_Reconnect();}
|
#define Connect_DbgPrint() {DbgDump_SetAutoReconnect(TRUE); DbgDump_Reconnect();}
|
||||||
#else // USE_DBGPRINT_LOGGER
|
#else // USE_DBGPRINT_LOGGER
|
||||||
|
|
|
@ -8,7 +8,7 @@ extern "C" {
|
||||||
#include "stddef.h"
|
#include "stddef.h"
|
||||||
#include "stdarg.h"
|
#include "stdarg.h"
|
||||||
|
|
||||||
#include "inc\CrossNt.h"
|
#include "inc/CrossNt.h"
|
||||||
|
|
||||||
#include "atapi.h" // includes scsi.h
|
#include "atapi.h" // includes scsi.h
|
||||||
#include "ntdddisk.h"
|
#include "ntdddisk.h"
|
||||||
|
|
Loading…
Reference in a new issue