This commit is contained in:
mkaply%us.ibm.com 2003-03-05 18:53:30 +00:00
Родитель 9d2fa1d485
Коммит e5ab917761
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -161,6 +161,7 @@ int main(int argc, char *argv[]) {
return(1);
}
#if 0
if (do_path == 0) {
/* Get the name of this EXE and use its location as the path */
HMODULE hmodule;
@ -170,6 +171,7 @@ int main(int argc, char *argv[]) {
pchar++;
*pchar = '\0';
}
#endif
if (do_load) {
ULONG ulCurMaxFH;