Added a secur32.dll that loads other SSP DLLs and forwards calls to
commit3ed89c33b04592991ed670713367dddd82a09c1f
authorJuan Lang <juan_lang@yahoo.com>
Tue, 2 Mar 2004 04:57:35 +0000 (2 04:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Mar 2004 04:57:35 +0000 (2 04:57 +0000)
treecc197ce5e9ef537fa2ff0587991c49fcd16c5cba
parentc03dabb2fe3619bd9a2dfabdfcbd43b831fc4f78
Added a secur32.dll that loads other SSP DLLs and forwards calls to
them.
12 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/secur32/.cvsignore [new file with mode: 0644]
dlls/secur32/Makefile.in [new file with mode: 0644]
dlls/secur32/secur32.c [new file with mode: 0644]
dlls/secur32/secur32.spec [new file with mode: 0644]
dlls/secur32/secur32_priv.h [new file with mode: 0644]
dlls/secur32/thunks.c [new file with mode: 0644]
dlls/secur32/thunks.h [new file with mode: 0644]
dlls/secur32/wrapper.c [new file with mode: 0644]
include/winerror.h