Changeset 153 for trunk/include/helpers/apps.h
- Timestamp:
- Apr 14, 2002, 1:42:05 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/apps.h
r152 r153 94 94 ********************************************************************/ 95 95 96 97 PSZ appQueryDefaultWin31Environment(VOID); 96 APIRET appQueryDefaultWin31Environment(PSZ *ppsz); 98 97 99 98 #define APP_RUN_FULLSCREEN 0x0001 … … 102 101 #define APP_RUN_SEPARATE 0x0008 103 102 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); 112 106 113 107 APIRET XWPENTRY appStartApp(HWND hwndNotify,
Note:
See TracChangeset
for help on using the changeset viewer.