Skip to content
Snippets Groups Projects
Commit 1a3f705f authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Added import of ntdll.

parent 2fa4f767
No related branches found
No related tags found
No related merge requests found
Showing
with 26 additions and 5 deletions
......@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
PROGRAMS = winedbg
IMPORTS = user32 gdi32 advapi32 kernel32
IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
C_SRCS = \
break.c \
......
......@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = advapi32
SOVERSION = 1.0
IMPORTS = kernel32
IMPORTS = kernel32 ntdll
C_SRCS = \
advapi.c \
......
......@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = comdlg32
SOVERSION = 1.0
ALTNAMES = commdlg
IMPORTS = shell32 shlwapi comctl32 user32 winspool.drv gdi32 kernel32
IMPORTS = shell32 shlwapi comctl32 user32 winspool.drv gdi32 kernel32 ntdll
C_SRCS = \
cdlg32.c \
......
......@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = crtdll
SOVERSION = 1.0
IMPORTS = kernel32
IMPORTS = kernel32 ntdll
C_SRCS = \
crtdll_main.c \
......
......@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dciman32
SOVERSION = 1.0
IMPORTS = ntdll
C_SRCS = dciman_main.c
......
name dciman32
type win32
import ntdll.dll
@ stub DCIBeginAccess
@ stub DCICloseProvider
@ stub DCICreateOffscreen
......
......@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE = kernel32
SOVERSION = 1.0
ALTNAMES = comm kernel stress system toolhelp windebug win87em wprocs
IMPORTS = ntdll
C_SRCS = \
comm.c \
......
......@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msnet32
SOVERSION = 1.0
IMPORTS = ntdll
C_SRCS = msnet_main.c
......
name msnet32
type win32
import ntdll.dll
1 stub MSNET32_1
2 stub MSNET32_2
3 stub MSNET32_3
......
......@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = odbc32
SOVERSION = 1.0
IMPORTS = ntdll
C_SRCS = \
proxyodbc.c
......
......@@ -2,6 +2,8 @@ name odbc32
type win32
init MAIN_OdbcInit
import ntdll.dll
001 stdcall SQLAllocConnect(long ptr) SQLAllocConnect
002 stdcall SQLAllocEnv(ptr) SQLAllocEnv
003 stdcall SQLAllocStmt(long ptr) SQLAllocStmt
......
......@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = ole32
SOVERSION = 1.0
ALTNAMES = ole2 ole2nls ole2conv ole2prox ole2thk storage compobj
IMPORTS = advapi32 user32 gdi32 rpcrt4 kernel32
IMPORTS = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
C_SRCS = \
antimoniker.c \
......
......@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oledlg
SOVERSION = 1.0
IMPORTS = ntdll
C_SRCS = \
oledlg_main.c
......
name oledlg
type win32
import ntdll.dll
1 stdcall OleUIAddVerbMenuA(ptr str long long long long long long ptr) OleUIAddVerbMenuA
2 stdcall OleUICanConvertOrActivateAs(ptr long long) OleUICanConvertOrActivateAs
3 stdcall OleUIInsertObjectA(ptr) OleUIInsertObjectA
......
......@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE = olesvr32
SOVERSION = 1.0
ALTNAMES = olesvr
IMPORTS = ntdll
C_SRCS = \
olesvr_main.c
......
name olesvr32
type win32
import ntdll.dll
1 stub WEP
2 stdcall OleRegisterServer(str ptr ptr long long) OleRegisterServer
3 stub OleRevokeServer
......
......@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE = rasapi32
SOVERSION = 1.0
ALTNAMES = rasapi16
IMPORTS = ntdll
C_SRCS = rasapi.c
......
name rasapi32
type win32
import ntdll.dll
500 stub RnaEngineRequest
501 stub DialEngineRequest
502 stub SuprvRequest
......
......@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = rpcrt4
SOVERSION = 1.0
IMPORTS = ntdll
C_SRCS = \
rpcrt4_main.c
......
......@@ -2,6 +2,7 @@ name rpcrt4
type win32
init RPCRT4_LibMain
import ntdll.dll
@ stdcall UuidCreate(ptr) UuidCreate
@ stdcall RpcStringFreeA(ptr) RpcStringFreeA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment