|
* These changes should allow telegram.dll to build as an XP-compatible component, using LSC wrapper DLLs to resolve dependencies in kernel32.dll and ws2_32.dll. mir_app also uses the LSC wrapper in place of kernel32 to load telegram.dll with support for implicit thread local storage.
* Corrected mir_app link target
* Now returning to this code, correcting the Telegram build to incorporate the libs properly.
* Removed requirement for pwrp_k32 in mir_app. The TLS loading process will now be performed through GetSystemTimeAsFileTime in the Telegram DLL as calls to that function are made before this first TLS access attempt.
---------
Co-authored-by: win32ss <win32ss@nulln.nl>
|