mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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_
|
||||
#define _DBG_DRIVERDBG_H_
|
||||
|
||||
inline
|
||||
FORCEINLINE
|
||||
PCHAR
|
||||
GetIRPMinorFunctionString(
|
||||
UCHAR MinorFunction)
|
||||
|
|
Loading…
Reference in a new issue