Changeset 1475 for trunk/dll/init.c


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

Add comments rem dbgmsgs

File:
1 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      }
Note: See TracChangeset for help on using the changeset viewer.