mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
[WIN32K] Add some static specifiers, to prevent exporting FORCEINLINE function outside compilation unit
This commit is contained in:
@@ -5830,7 +5830,7 @@ NtGdiGetFontFamilyInfo(HDC Dc,
|
||||
return GotCount;
|
||||
}
|
||||
|
||||
FORCEINLINE
|
||||
static inline
|
||||
LONG
|
||||
ScaleLong(LONG lValue, PFLOATOBJ pef)
|
||||
{
|
||||
|
||||
@@ -343,7 +343,7 @@ DecrementCurrentProcessGdiHandleCount(void)
|
||||
if (ppi) InterlockedDecrement((LONG*)&ppi->GDIHandleCount);
|
||||
}
|
||||
|
||||
FORCEINLINE
|
||||
static inline
|
||||
VOID
|
||||
IncrementGdiHandleCount(ULONG ulProcessId)
|
||||
{
|
||||
@@ -360,7 +360,7 @@ IncrementGdiHandleCount(ULONG ulProcessId)
|
||||
if (NT_SUCCESS(Status)) ObDereferenceObject(pep);
|
||||
}
|
||||
|
||||
FORCEINLINE
|
||||
static inline
|
||||
VOID
|
||||
DecrementGdiHandleCount(ULONG ulProcessId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user