]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove use of -entry flag for DLLs on Windows 1403/head
authorKen Hornstein <kenh@cmf.nrl.navy.mil>
Thu, 12 Dec 2024 17:56:52 +0000 (12:56 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 13 Dec 2024 01:39:15 +0000 (20:39 -0500)
commit27d1775cddb88615046bb67081a0e7ec53f80ec4
tree9091a563d2c83df6ad6cf15714d847bb78099e11
parent9cebfc375e27a060058eba1cff75b9ddafaf3460
Remove use of -entry flag for DLLs on Windows

Remove the use of the -entry flag to specify a DLL entry point on
Windows, as it is no longer recommended.  The default Windows entry
point will call a DllMain() function if one is provided; use that name
in kfwlogon instead of DllEntryPoint().

[ghudson@mit.edu: edited commit message]
src/ccapi/lib/win/Makefile.in
src/config/win-pre.in
src/windows/kfwlogon/Makefile.in
src/windows/kfwlogon/kfwcommon.c
src/windows/kfwlogon/kfwlogon.c
src/windows/kfwlogon/kfwlogon.def
src/windows/kfwlogon/kfwlogon.h