Ignore:
Timestamp:
Apr 14, 2002, 1:42:05 AM (23 years ago)
Author:
umoeller
Message:

Lots of changes from the last three weeks.

File:
1 edited

Legend:

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

    r152 r153  
    9494     ********************************************************************/
    9595
    96 
    97         PSZ appQueryDefaultWin31Environment(VOID);
     96        APIRET appQueryDefaultWin31Environment(PSZ *ppsz);
    9897
    9998        #define APP_RUN_FULLSCREEN      0x0001
     
    102101        #define APP_RUN_SEPARATE        0x0008
    103102
    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
     103        APIRET appBuildProgDetails(PPROGDETAILS *ppDetails,
     104                                   const PROGDETAILS *pcProgDetails,
     105                                   ULONG ulFlags);
    112106
    113107        APIRET XWPENTRY appStartApp(HWND hwndNotify,
Note: See TracChangeset for help on using the changeset viewer.