You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1.01/WinXPChecker.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdParam, int c
11
11
Sleep(1000 * 5); //5 SECONDS
12
12
13
13
//DETECTOR 2ND PHASE
14
-
if (!CheckForWindowsXP()) NotWindowsXP();
14
+
if (!CheckForWindowsXP()) NotWindowsXP();
15
15
MessageBoxA(NULL, "You are currently using XP.\r\nYou may proceed to exit the program", "WindowsXPChecker.exe - Detection Successful", MB_ICONINFORMATION|MB_OK);
0 commit comments