A complete layer to get compatibility on XP/2003 for newer applications
Stars
687
Forks
54
Watchers
687
Open Issues
29
Overall repository health assessment
No package.json found
This might not be a Node.js project
- Implementing GetIpInterfaceTable function on iphlpapi, remove some unused functions ;
336e8e0View on GitHub- Adding Vista functions from Wine required by Photoshop 2025 and probably another applications;
e0f83ffView on GitHub- Trying improve GDI font functions to solve Dwrite issues;
27ed64aView on GitHub- Adding a new DPI functions system adapted by Murak from wine;
27efb13View on GitHub- Commenting RegQueryValueW implementation from Reactos/wine because cause no sound in Windows notification events like Windows Security Center notificaiton balloon/tooltip;
b258752View on GitHub- Update GetThreadGroupAffinity and SetThreadGroupAffinity to fix AIDA64 benchmark;
af4e719View on GitHub- Chnging gdi font function on gdi32_wrapper to try make dwrite fully works, but not until now;
1fda4a9View on GitHub- Adding RpcServerRegisterIf3 function to rpcrt4_wrapper for NVDA 2024+;
cb04a13View on GitHub- Adding to WSAIoctlInternal a flag work around SIO_GET_EXTENSION_FUNCTION_POINTER for Rust applications;
b2252c6View on GitHub- Adding wintrust as base (will be renamed to wintrustbase) to new wintrust_wrapper what will be made;
7eb1aefView on GitHub- Updating again SRW API to try avoid error 128 on Chrome for Windows 7 rework;
2938e8aView on GitHub- Adding d3d11ext for add Windows 8.1+ functions required by Photoshop 2021+;
83bc632View on GitHub