Ignore:
Timestamp:
Mar 27, 2002, 9:27:02 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 0.9.18.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/apps.h

    r131 r152  
    102102        #define APP_RUN_SEPARATE        0x0008
    103103
     104        #ifdef XSTRING_HEADER_INCLUDED
     105        APIRET appFixProgDetails(PPROGDETAILS pDetails,
     106                                 const PROGDETAILS *pcProgDetails,
     107                                 ULONG ulFlags,
     108                                 PXSTRING pstrExecutablePatched,
     109                                 PXSTRING pstrParamsPatched,
     110                                 PSZ *ppszWinOS2Env);
     111        #endif
     112
    104113        APIRET XWPENTRY appStartApp(HWND hwndNotify,
    105114                                    const PROGDETAILS *pcProgDetails,
Note: See TracChangeset for help on using the changeset viewer.