projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c67c46
)
[NTDLL]
author
Pierre Schweitzer
<pierre@reactos.org>
Sun, 4 May 2014 09:41:01 +0000
(09:41 +0000)
committer
Pierre Schweitzer
<pierre@reactos.org>
Sun, 4 May 2014 09:41:01 +0000
(09:41 +0000)
Properly declare with FORCEINLINE
svn path=/trunk/; revision=63148
reactos/dll/ntdll/ldr/ldrapi.c
patch
|
blob
|
history
diff --git
a/reactos/dll/ntdll/ldr/ldrapi.c
b/reactos/dll/ntdll/ldr/ldrapi.c
index
a6af75f
..
3e09463
100644
(file)
--- a/
reactos/dll/ntdll/ldr/ldrapi.c
+++ b/
reactos/dll/ntdll/ldr/ldrapi.c
@@
-82,8
+82,8
@@
LdrAlternateResourcesEnabled(VOID)
return FALSE;
}
-ULONG_PTR
FORCEINLINE
+ULONG_PTR
LdrpMakeCookie(VOID)
{
/* Generate a cookie */