https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c4ee1a3460e55d1f16bd6…
commit c4ee1a3460e55d1f16bd6ef1b6223070ad3ced57
Author: Jérôme Gardou <jerome.gardou(a)reactos.org>
AuthorDate: Mon Jan 22 18:14:36 2018 +0100
Commit: Jérôme Gardou <jerome.gardou(a)reactos.org>
CommitDate: Mon Jan 22 18:17:50 2018 +0100
[WINSRV] -Fix inline functions definitions
This fixes -O0 compilation
---
win32ss/user/winsrv/consrv/frontends/gui/guiterm.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/win32ss/user/winsrv/consrv/frontends/gui/guiterm.h
b/win32ss/user/winsrv/consrv/frontends/gui/guiterm.h
index 627237237d..1d29d352c7 100644
--- a/win32ss/user/winsrv/consrv/frontends/gui/guiterm.h
+++ b/win32ss/user/winsrv/consrv/frontends/gui/guiterm.h
@@ -14,7 +14,7 @@
#include "guisettings.h"
#include "conwnd.h"
-extern inline
+FORCEINLINE
VOID
GetScreenBufferSizeUnits(IN PCONSOLE_SCREEN_BUFFER Buffer,
IN PGUI_CONSOLE_DATA GuiData,
@@ -35,7 +35,7 @@ GetScreenBufferSizeUnits(IN PCONSOLE_SCREEN_BUFFER Buffer,
}
}
-extern inline
+FORCEINLINE
VOID
SmallRectToRect(PGUI_CONSOLE_DATA GuiData, PRECT Rect, PSMALL_RECT SmallRect)
{