1
0
mirror of synced 2024-11-15 07:17:35 +01:00

Merge pull request #80 from nzgamer41/master

removed wording that claimed we support XP and Vista
This commit is contained in:
Alex Cheer 2020-01-29 02:35:20 +13:00 committed by GitHub
commit e058f6d89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ int main(int argc, char *argv[])
char szDir2[512];
printf("OpenParrot Loader\n");
printf("http://www.teknogods.com - Modding Gurus!\n");
printf("Supported OS: Windows XP x86 / x64, Windows Vista x86 / x64, Windows 7 x86 / x64, Windows 8 / 8.1 x86 / x64 Windows 10 x86 / x64\n");
printf("Supported OS: Windows 7 x86 / x64, Windows 8 / 8.1 x86 / x64 Windows 10 x86 / x64\n");
printf("Code: Reaver, NTAuthority, avail and the community\n");
GetCurrentDirectoryA(400, szDir);
sprintf_s(szDir2, "%s\\%s.dll", szDir, argv[1]);