diff -r 01397c11ebb8 PC/launcher.c --- a/PC/launcher.c Thu Dec 03 01:36:03 2015 +0000 +++ b/PC/launcher.c Thu Dec 03 12:48:42 2015 -0600 @@ -98,7 +98,7 @@ MessageBox(NULL, message, TEXT("Python Launcher is sorry to say ..."), MB_OK); #endif - ExitProcess(rc); + exit(rc); } /*