Commit 51505b12 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.

parent 6f36e642
......@@ -31,6 +31,7 @@ LIBSUBDIRS = \
dlls/imagehlp \
dlls/msacm \
dlls/msacm32 \
dlls/ntdll \
dlls/psapi \
dlls/shell32 \
dlls/winaspi \
......@@ -88,6 +89,7 @@ LIBOBJS = \
dlls/imagehlp/imagehlp.o \
dlls/msacm/msacm.o \
dlls/msacm32/msacm32.o \
dlls/ntdll/ntdll.o \
dlls/psapi/psapi.o \
dlls/shell32/shell32.o \
dlls/winaspi/winaspi.o \
......
......@@ -3537,6 +3537,7 @@ dlls/comctl32/Makefile
dlls/imagehlp/Makefile
dlls/msacm/Makefile
dlls/msacm32/Makefile
dlls/ntdll/Makefile
dlls/psapi/Makefile
dlls/shell32/Makefile
dlls/winaspi/Makefile
......@@ -3683,6 +3684,7 @@ dlls/comctl32/Makefile
dlls/imagehlp/Makefile
dlls/msacm/Makefile
dlls/msacm32/Makefile
dlls/ntdll/Makefile
dlls/psapi/Makefile
dlls/shell32/Makefile
dlls/winaspi/Makefile
......
......@@ -488,6 +488,7 @@ dlls/comctl32/Makefile
dlls/imagehlp/Makefile
dlls/msacm/Makefile
dlls/msacm32/Makefile
dlls/ntdll/Makefile
dlls/psapi/Makefile
dlls/shell32/Makefile
dlls/winaspi/Makefile
......
......@@ -3,6 +3,7 @@ SUBDIRS = \
imagehlp \
msacm \
msacm32 \
ntdll \
psapi \
shell32 \
winaspi \
......
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ntdll
C_SRCS = \
nt.c \
rtl.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
This diff is collapsed. Click to expand it.
......@@ -13,6 +13,8 @@
extern "C" {
#endif
typedef DWORD NTSTATUS;
/* Security Ids of NT */
/* Moved to windows.h
......
......@@ -19,7 +19,6 @@ C_SRCS = \
lzexpand.c \
main.c \
network.c \
ntdll.c \
port.c \
printdrv.c \
registry.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment