From 0d8f1abab6574e493bb362d8e0e058e61b004170 Mon Sep 17 00:00:00 2001 From: computerism Date: Tue, 2 Jun 2026 18:11:31 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5942e17..c991e0d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Compatiblity wrapper for legacy windows you link against instead of kernel32 shell32 advapi32 etc for our beloved steamapi, and more. +This requires VS2019 (you can also use the VS2017/VS2022 compiler, it doesn't really matter) with the Windows 10 SDK. + +Build with x86 Release since the CS:GO client on windows is x86. This can also be used for other things, it's progwrp after all but with extra tweaks.. but this is just CS:OG's version. + +________________________________________________________________ This project can be compiled on: - Windows 8.1 - Windows 8.0 @@ -10,13 +15,15 @@ This project can be compiled on: This project brings back steam_api.dll compatiblity to: -- Windows 7 RTM +- Windows 7 RTM, SP1 - Windows Vista RTM, SP1, SP2 -- Windows XP RTM, SP1, SP2, SP3 +- Windows XP SP3 - Windows 2000 with the extended kernel In the future (planned): +- Windows XP RTM, SP1, SP2 - Windows 2000 SP5 +________________________________________________________________ CREDITS: based on win32's progwrp, check out his other projects he's really cool: https://github.com/win32ss 2026 @ CS:OG, OSS \ No newline at end of file