From 90d0826221b4e0e7cfc8d1f1c0c8095b1eae565b Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sun, 31 Jul 2005 07:07:26 +0000 Subject: [PATCH] Turn NTDLL.DLL a SUBSYSTEM_WINDOWS_CUI PE image (Casper Hornstrup suggested to use -nostartfiles, for the compilation to succeed). svn path=/trunk/; revision=16914 --- reactos/lib/ntdll/ntdll.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/lib/ntdll/ntdll.xml b/reactos/lib/ntdll/ntdll.xml index cd12adba622..a49ffa18be1 100644 --- a/reactos/lib/ntdll/ntdll.xml +++ b/reactos/lib/ntdll/ntdll.xml @@ -1,4 +1,4 @@ - + inc @@ -11,6 +11,7 @@ intrlck string -lgcc + -nostartfiles capture.c lpc.c -- 2.17.1