From c8fa11373bfcba1b777426febd70e1caf4955463 Mon Sep 17 00:00:00 2001 From: Shane Fournier <93808768+win32ss@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:26:32 -0400 Subject: Windows XP compatibility for Telegram module (#4729) * 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 --- libs/win32/p_s232.lib | Bin 0 -> 43812 bytes libs/win32/progwrp_k32.lib | Bin 0 -> 389574 bytes libs/win64/p_s232.lib | Bin 0 -> 42840 bytes libs/win64/progwrp_k32.lib | Bin 0 -> 381346 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 libs/win32/p_s232.lib create mode 100644 libs/win32/progwrp_k32.lib create mode 100644 libs/win64/p_s232.lib create mode 100644 libs/win64/progwrp_k32.lib (limited to 'libs') diff --git a/libs/win32/p_s232.lib b/libs/win32/p_s232.lib new file mode 100644 index 0000000000..5e4009b4f8 Binary files /dev/null and b/libs/win32/p_s232.lib differ diff --git a/libs/win32/progwrp_k32.lib b/libs/win32/progwrp_k32.lib new file mode 100644 index 0000000000..a82f9ff92f Binary files /dev/null and b/libs/win32/progwrp_k32.lib differ diff --git a/libs/win64/p_s232.lib b/libs/win64/p_s232.lib new file mode 100644 index 0000000000..5de53775b7 Binary files /dev/null and b/libs/win64/p_s232.lib differ diff --git a/libs/win64/progwrp_k32.lib b/libs/win64/progwrp_k32.lib new file mode 100644 index 0000000000..4d548943ce Binary files /dev/null and b/libs/win64/progwrp_k32.lib differ -- cgit v1.2.3