projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b6671
)
[DDK]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Thu, 3 Jun 2010 15:57:52 +0000
(15:57 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Thu, 3 Jun 2010 15:57:52 +0000
(15:57 +0000)
Make RtlLargeIntegerDivide FORCEINLINE instead of __inline to avoid multiple definitions
svn path=/trunk/; revision=47543
reactos/include/ddk/ntddk.h
patch
|
blob
|
history
diff --git
a/reactos/include/ddk/ntddk.h
b/reactos/include/ddk/ntddk.h
index
f9281f9
..
4189edf
100644
(file)
--- a/
reactos/include/ddk/ntddk.h
+++ b/
reactos/include/ddk/ntddk.h
@@
-2772,7
+2772,7
@@
RtlConvertUlongToLuid(
#if defined(_AMD64_) || defined(_IA64_)
//DECLSPEC_DEPRECATED_DDK_WINXP
-__inline
+FORCEINLINE
LARGE_INTEGER
NTAPI_INLINE
RtlLargeIntegerDivide(