https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1897f9f0c0e93f3f1aabb5afffa900a745f9b3bb

commit 1897f9f0c0e93f3f1aabb5afffa900a745f9b3bb
Author:     Stanislav Motylkov <[email protected]>
AuthorDate: Sat Nov 27 18:00:06 2021 +0300
Commit:     Stanislav Motylkov <[email protected]>
CommitDate: Sat Nov 27 20:22:09 2021 +0300

    [FREELDR] Fix release builds for PC-98 and Xbox platforms
    
    Fix error C4013: 'DebugDisableScreenPort' undefined; assuming extern 
returning int
    
    Addendum to 98c17d31. CORE-16216
---
 boot/freeldr/freeldr/include/debug.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boot/freeldr/freeldr/include/debug.h 
b/boot/freeldr/freeldr/include/debug.h
index 3ab9392b28e..247b8840647 100644
--- a/boot/freeldr/freeldr/include/debug.h
+++ b/boot/freeldr/freeldr/include/debug.h
@@ -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

Reply via email to