mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
[DDK]
Make RtlLargeIntegerDivide FORCEINLINE instead of __inline to avoid multiple definitions svn path=/trunk/; revision=47543
This commit is contained in:
parent
33b6671aa1
commit
a101fb3029
1 changed files with 1 additions and 1 deletions
|
@ -2772,7 +2772,7 @@ RtlConvertUlongToLuid(
|
|||
|
||||
#if defined(_AMD64_) || defined(_IA64_)
|
||||
//DECLSPEC_DEPRECATED_DDK_WINXP
|
||||
__inline
|
||||
FORCEINLINE
|
||||
LARGE_INTEGER
|
||||
NTAPI_INLINE
|
||||
RtlLargeIntegerDivide(
|
||||
|
|
Loading…
Reference in a new issue