mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:13:36 +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…
Add table
Add a link
Reference in a new issue