Changeset 1475


Ignore:
Timestamp:
Oct 26, 2009, 12:24:26 AM (16 years ago)
Author:
Gregg Young
Message:

Add comments rem dbgmsgs

Location:
trunk/dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1471 r1475  
    11051105              PCSZ_DOSCREATEEVENTSEM);
    11061106
    1107   /*
     1107  /**
    11081108   * set some defaults (note: everything else automatically initialized
    11091109   * to 0)
     
    11821182      if (rc != NO_ERROR) {
    11831183        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);
    11851185      }
    11861186      else {
     
    11881188        if (rc != NO_ERROR) {
    11891189          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);
    11911191        }
    11921192      }
  • trunk/dll/systemf.c

    r1450 r1475  
    13081308                strcat(parameters, " ");
    13091309                strcat(parameters, executable);
    1310                 strcpy(executable, GetCmdSpec(TRUE));
     1310                strcpy(executable, GetCmdSpec(TRUE)); //DOS
    13111311              }
    13121312              else
Note: See TracChangeset for help on using the changeset viewer.