trying to sort out path and bits issues for 2.0a2

This commit is contained in:
benfry
2011-11-01 00:47:37 +00:00
parent 2832dcfcf9
commit d01b4e7bf4
6 changed files with 52 additions and 11 deletions
+2 -2
View File
@@ -212,7 +212,6 @@ WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)
#endif
}
/*
SHELLEXECUTEINFO ShExecInfo;
#ifdef DEBUG
@@ -261,8 +260,8 @@ WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)
}
return 0;
*/
/*
PROCESS_INFORMATION pi;
memset(&pi, 0, sizeof(pi));
STARTUPINFO si;
@@ -298,6 +297,7 @@ WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)
}
}
return dwExitCode;
*/
}