mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[FREELDR] Fix release builds for PC-98 and Xbox platforms
Fix error C4013: 'DebugDisableScreenPort' undefined; assuming extern returning int
Addendum to 98c17d31. CORE-16216
This commit is contained in:
@@ -117,6 +117,7 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
|
||||
#define DebugInit(FrLdrSectionId)
|
||||
#define BugCheck(fmt, ...)
|
||||
#define DbgDumpBuffer(mask, buf, len)
|
||||
#define DebugDisableScreenPort()
|
||||
#define DbgParseDebugChannels(val)
|
||||
|
||||
#endif // DBG
|
||||
|
||||
Reference in New Issue
Block a user