Files
winit/src
Varphone Wong bd2b5cda8d windows: Fix crash in for Windows versions < 17763
In Windows versions < 17763, `GetProcAddress("#132")` from `uxtheme.dll`
also returns a non-null pointer. However, the function does not match
the expected `extern "system" fn() -> bool` prototype, which causes a
crash when it is called.

This fix ensures compatibility by adding proper checks to prevent such
crashes on older Windows versions.
2025-05-21 17:50:00 +09:00
..
2025-04-30 20:46:44 +09:00
2024-04-26 17:11:44 +02:00
2024-04-26 17:11:44 +02:00
2024-12-21 09:05:36 +03:00
2025-04-30 20:46:44 +09:00
2024-04-26 17:11:44 +02:00
2025-04-30 20:46:44 +09:00
2024-04-26 17:11:44 +02:00
2025-04-30 20:46:44 +09:00