Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files

2025-05-31 Thread LIU Hao
在 2025-5-31 20:26, Pali Rohár 写道: Some of them are documented as PRIVATE in MS linker documentation: https://learn.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-warning-lnk4104 https://learn.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-warning-lnk4222 If both

Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files

2025-05-31 Thread Pali Rohár
On Saturday 31 May 2025 20:01:11 LIU Hao wrote: > 在 2025-5-31 00:43, Pali Rohár 写道: > > Also these cleanups are important: > > e0a38b59e92dc7fd568c983a20d71ecf71688aa9 > > 5a28a0560c350f9563e072eb55929b417c86bb53 > > > > We can teach gendef to "comment" DllRegisterServer, DllUnregisterServer, > >

Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files

2025-05-31 Thread LIU Hao
在 2025-5-31 00:43, Pali Rohár 写道: Also these cleanups are important: e0a38b59e92dc7fd568c983a20d71ecf71688aa9 5a28a0560c350f9563e072eb55929b417c86bb53 We can teach gendef to "comment" DllRegisterServer, DllUnregisterServer, DllCanUnloadNow, DllGetClassObject, DllEntryPoint and DllMain symbols.