Re: [Mingw-w64-public] [PATCH 1/2] crt: Do not export DllEntryPoint from def files

2024-03-13 Thread Pali Rohár
On Wednesday 28 February 2024 23:13:33 Martin Storsjö wrote: > (Separately, we probably should remove other similar exported symbols like > DllRegisterServer as well? And from looking at your patch, e.g. pscript5, > unidrv, look like something that should not be an import library at all. > I've

Re: [Mingw-w64-public] [PATCH 1/2] crt: Do not export DllEntryPoint from def files

2024-02-28 Thread Martin Storsjö
On Wed, 28 Feb 2024, Pali Rohár wrote: If application does not specify its own DllEntryPoint function then the default DllEntryPoint provided by libmingwex library should be used. And not from some random system DLL library. --- mingw-w64-crt/lib64/fxsdrv.def | 1 -

[Mingw-w64-public] [PATCH 1/2] crt: Do not export DllEntryPoint from def files

2024-02-28 Thread Pali Rohár
If application does not specify its own DllEntryPoint function then the default DllEntryPoint provided by libmingwex library should be used. And not from some random system DLL library. --- mingw-w64-crt/lib64/fxsdrv.def | 1 - mingw-w64-crt/lib64/wiaservc.def | 1 - 2 files changed, 2