File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
patches/Y2K38Patcher/Y2K38Patcher Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 66#include < ctime>
77#include < string>
88
9- #include " common-code/TaskExecution.h"
10-
119// TODO:
1210// Change the clock date back to the realtime value when the process (setup.exe) is being closed/terminated.
1311// Current Workaround, sync the Time between PC and Time Server over the Settings, to change it back to the current timedate
@@ -73,7 +71,6 @@ int main() {
7371
7472 if (!success) {
7573 fprintf (stderr, " Failed to execute %s." , loaderExeName);
76- TaskExecution::pressEnterToExit ();
7774 return 1 ;
7875 }
7976
@@ -89,7 +86,6 @@ int main() {
8986
9087 if (!success) {
9188 fprintf (stderr, " Failed to execute Dev7VM.EXE." );
92- TaskExecution::pressEnterToExit ();
9389 return 1 ;
9490 }
9591
@@ -101,7 +97,6 @@ int main() {
10197
10298 // Close process and thread handles
10399 printf (" When you done playing your DEV7 game, set the Date back to the one you currently have.\n " );
104- TaskExecution::pressEnterToExit ();
105100 CloseHandle (pi.hProcess );
106101 CloseHandle (pi.hThread );
107102
You can’t perform that action at this time.
0 commit comments