mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
[WINSRV] -Fix inline functions definitions
This fixes -O0 compilation
This commit is contained in:
parent
20a782b7b1
commit
c4ee1a3460
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
#include "guisettings.h"
|
#include "guisettings.h"
|
||||||
#include "conwnd.h"
|
#include "conwnd.h"
|
||||||
|
|
||||||
extern inline
|
FORCEINLINE
|
||||||
VOID
|
VOID
|
||||||
GetScreenBufferSizeUnits(IN PCONSOLE_SCREEN_BUFFER Buffer,
|
GetScreenBufferSizeUnits(IN PCONSOLE_SCREEN_BUFFER Buffer,
|
||||||
IN PGUI_CONSOLE_DATA GuiData,
|
IN PGUI_CONSOLE_DATA GuiData,
|
||||||
|
@ -35,7 +35,7 @@ GetScreenBufferSizeUnits(IN PCONSOLE_SCREEN_BUFFER Buffer,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
extern inline
|
FORCEINLINE
|
||||||
VOID
|
VOID
|
||||||
SmallRectToRect(PGUI_CONSOLE_DATA GuiData, PRECT Rect, PSMALL_RECT SmallRect)
|
SmallRectToRect(PGUI_CONSOLE_DATA GuiData, PRECT Rect, PSMALL_RECT SmallRect)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue