mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 08:13:25 +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 "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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue