summaryrefslogtreecommitdiff
path: root/libs/win32
diff options
context:
space:
mode:
authorShane Fournier <93808768+win32ss@users.noreply.github.com>2024-10-14 13:26:32 -0400
committerGitHub <noreply@github.com>2024-10-14 20:26:32 +0300
commitc8fa11373bfcba1b777426febd70e1caf4955463 (patch)
treef3044b2aaa46d040914afb644ba12054377357a2 /libs/win32
parent4348743ace7373ccc75113e97cb724268a81fb4a (diff)
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 <win32ss@nulln.nl>
Diffstat (limited to 'libs/win32')
-rw-r--r--libs/win32/p_s232.libbin0 -> 43812 bytes
-rw-r--r--libs/win32/progwrp_k32.libbin0 -> 389574 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/libs/win32/p_s232.lib b/libs/win32/p_s232.lib
new file mode 100644
index 0000000000..5e4009b4f8
--- /dev/null
+++ b/libs/win32/p_s232.lib
Binary files differ
diff --git a/libs/win32/progwrp_k32.lib b/libs/win32/progwrp_k32.lib
new file mode 100644
index 0000000000..a82f9ff92f
--- /dev/null
+++ b/libs/win32/progwrp_k32.lib
Binary files differ