mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +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:
parent
0609db55d7
commit
1897f9f0c0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue