Author: rharabien
Date: Mon May 30 21:26:33 2011
New Revision: 52015
URL:
http://svn.reactos.org/svn/reactos?rev=52015&view=rev
Log:
[NTOSKRNL]
- Declare function without arguments with VOID keyword
- Improve rbuild file
Modified:
trunk/reactos/ntoskrnl/cache/newcc.h
trunk/reactos/ntoskrnl/ntoskrnl.rbuild
Modified: trunk/reactos/ntoskrnl/cache/newcc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/cache/newcc.h?rev…
==============================================================================
--- trunk/reactos/ntoskrnl/cache/newcc.h [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/cache/newcc.h [iso-8859-1] Mon May 30 21:26:33 2011
@@ -75,7 +75,7 @@
VOID
NTAPI
-CcShutdownSystem();
+CcShutdownSystem(VOID);
VOID
NTAPI
Modified: trunk/reactos/ntoskrnl/ntoskrnl.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ntoskrnl.rbuild?r…
==============================================================================
--- trunk/reactos/ntoskrnl/ntoskrnl.rbuild [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ntoskrnl.rbuild [iso-8859-1] Mon May 30 21:26:33 2011
@@ -4,8 +4,8 @@
<module name="ntoskrnl" type="kernel"
installbase="system32" installname="ntoskrnl.exe">
<xi:include href="ntoskrnl-generic.rbuild" />
</module>
+ <module name="ntdllsys" type="staticlibrary">
+ <include base="ntoskrnl">include</include>
+ <file>ntdll.S</file>
+ </module>
</group>
-<module name="ntdllsys" type="staticlibrary">
- <include base="ntoskrnl">include</include>
- <file>ntdll.S</file>
-</module>