mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SDK] Use FORCEINLINE instead of inline
This commit is contained in:
parent
13dad0231a
commit
02f4c755b8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#ifndef _DBG_DRIVERDBG_H_
|
#ifndef _DBG_DRIVERDBG_H_
|
||||||
#define _DBG_DRIVERDBG_H_
|
#define _DBG_DRIVERDBG_H_
|
||||||
|
|
||||||
inline
|
FORCEINLINE
|
||||||
PCHAR
|
PCHAR
|
||||||
GetIRPMinorFunctionString(
|
GetIRPMinorFunctionString(
|
||||||
UCHAR MinorFunction)
|
UCHAR MinorFunction)
|
||||||
|
|
Loading…
Reference in a new issue