mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[DDK]
Make RtlLargeIntegerDivide FORCEINLINE instead of __inline to avoid multiple definitions svn path=/trunk/; revision=47543
This commit is contained in:
@@ -2772,7 +2772,7 @@ RtlConvertUlongToLuid(
|
||||
|
||||
#if defined(_AMD64_) || defined(_IA64_)
|
||||
//DECLSPEC_DEPRECATED_DDK_WINXP
|
||||
__inline
|
||||
FORCEINLINE
|
||||
LARGE_INTEGER
|
||||
NTAPI_INLINE
|
||||
RtlLargeIntegerDivide(
|
||||
|
||||
Reference in New Issue
Block a user