Changeset 1475
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1471 r1475 1105 1105 PCSZ_DOSCREATEEVENTSEM); 1106 1106 1107 /* 1107 /** 1108 1108 * set some defaults (note: everything else automatically initialized 1109 1109 * to 0) … … 1182 1182 if (rc != NO_ERROR) { 1183 1183 fProtectOnly = TRUE; 1184 DbgMsg(pszSrcFile, __LINE__, "DosQModuleHandle VKBD returned %d fProtectOnly=%d", rc, fProtectOnly);1184 //DbgMsg(pszSrcFile, __LINE__, "DosQModuleHandle VKBD returned %d fProtectOnly=%d", rc, fProtectOnly); 1185 1185 } 1186 1186 else { … … 1188 1188 if (rc != NO_ERROR) { 1189 1189 fProtectOnly = TRUE; 1190 DbgMsg(pszSrcFile, __LINE__, "DosQModuleHandle VMOUSE returned %d fProtectOnly=%d", rc, fProtectOnly);1190 //DbgMsg(pszSrcFile, __LINE__, "DosQModuleHandle VMOUSE returned %d fProtectOnly=%d", rc, fProtectOnly); 1191 1191 } 1192 1192 } -
trunk/dll/systemf.c
r1450 r1475 1308 1308 strcat(parameters, " "); 1309 1309 strcat(parameters, executable); 1310 strcpy(executable, GetCmdSpec(TRUE)); 1310 strcpy(executable, GetCmdSpec(TRUE)); //DOS 1311 1311 } 1312 1312 else
Note:
See TracChangeset
for help on using the changeset viewer.