Ignore:
Timestamp:
Feb 9, 2002, 6:48:12 PM (24 years ago)
Author:
umoeller
Message:

V0.9.18, plus a bunch of fixes already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/apps.c

    r133 r140  
    12501250                ProgDetails.pszParameters = strParamsPatched.psz;
    12511251
    1252                 _Pmpf((__FUNCTION__ ": progt.progc: %d", ProgDetails.progt.progc));
     1252                /* _Pmpf((__FUNCTION__ ": progt.progc: %d", ProgDetails.progt.progc));
    12531253                _Pmpf(("    progt.fbVisible: 0x%lX", ProgDetails.progt.fbVisible));
    12541254                _Pmpf(("    progt.pszTitle: \"%s\"", (ProgDetails.pszTitle) ? ProgDetails.pszTitle : "NULL"));
     
    12571257                _Pmpf(("    startup: \"%s\"", (ProgDetails.pszStartupDir) ? ProgDetails.pszStartupDir : "NULL"));
    12581258                _Pmpf(("    pszIcon: \"%s\"", (ProgDetails.pszIcon) ? ProgDetails.pszIcon : "NULL"));
    1259                 /* _Pmpf(("    environment: "));
     1259                _Pmpf(("    environment: "));
    12601260                {
    12611261                    PSZ pszThis = ProgDetails.pszEnvironment;
     
    12681268                   */
    12691269
    1270                 _Pmpf(("    swpInitial.fl = 0x%lX, x = %d, y = %d, cx = %d, cy = %d:",
     1270                /* _Pmpf(("    swpInitial.fl = 0x%lX, x = %d, y = %d, cx = %d, cy = %d:",
    12711271                            ProgDetails.swpInitial.fl,
    12721272                            ProgDetails.swpInitial.x,
     
    12791279                            ProgDetails.swpInitial.ulReserved1,
    12801280                            ProgDetails.swpInitial.ulReserved2));
     1281                   */
    12811282
    12821283                if (pszFailingName)
     
    13081309                    {
    13091310                        // cannot start app:
    1310                         _Pmpf((__FUNCTION__ ": WinStartApp failed"));
     1311                        // _Pmpf((__FUNCTION__ ": WinStartApp failed"));
    13111312                        arc = ERROR_FILE_NOT_FOUND;
    13121313                        // unfortunately WinStartApp doesn't
     
    14051406    } // end if (ProgDetails.pszExecutable)
    14061407
    1407     _Pmpf((__FUNCTION__ ": returning %d", arc));
     1408    // _Pmpf((__FUNCTION__ ": returning %d", arc));
    14081409
    14091410    return (arc);
Note: See TracChangeset for help on using the changeset viewer.