Skip to content

Commit 92e5438

Browse files
authored
fixed
1 parent 6f698a5 commit 92e5438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.01/WinXPChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdParam, int c
1111
Sleep(1000 * 5); //5 SECONDS
1212

1313
//DETECTOR 2ND PHASE
14-
if (!CheckForWindowsXP()) NotWindowsXP();
14+
if (!CheckForWindowsXP()) NotWindowsXP();
1515
MessageBoxA(NULL, "You are currently using XP.\r\nYou may proceed to exit the program", "WindowsXPChecker.exe - Detection Successful", MB_ICONINFORMATION|MB_OK);
1616
}

0 commit comments

Comments
 (0)