ntdll: Added a DLL_WINE_PREATTACH call to DllMain for builtins.
commitc307f4990fe89b4a958efcc9107bf25aef6c01d0
authorAlexandre Julliard <julliard@winehq.org>
Tue, 21 Mar 2006 14:10:22 +0000 (21 15:10 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Mar 2006 14:10:22 +0000 (21 15:10 +0100)
treebdf1410bfa06648b49ab43a9fd2ed6671c15e2c4
parent8b3e42682122908477e8439a1b67867fb3cf3494
ntdll: Added a DLL_WINE_PREATTACH call to DllMain for builtins.

By returning FALSE from this call, a builtin dll can specify that we
should try to load the native one instead.
dlls/ntdll/loader.c
include/winnt.h