Changeset 76 for trunk/include/helpers/winh.h
- Timestamp:
- May 27, 2001, 8:10:36 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r73 r76 40 40 *@@include #define INCL_WINSHELLDATA 41 41 *@@include #define INCL_WINSWITCHLIST // for winhQuerySwitchList 42 *@@include #define INCL_WINPROGRAMLIST // for winhStartApp42 *@@include #define INCL_WINPROGRAMLIST // for appStartApp 43 43 *@@include #define INCL_WINHELP // for help manager helpers 44 44 *@@include #include <os2.h> … … 682 682 ********************************************************************/ 683 683 684 #ifdef INCL_WINPROGRAMLIST685 // additional PROG_* flags for winhQueryAppType686 #define PROG_XWP_DLL 998 // dynamic link library687 688 APIRET winhQueryAppType(const char *pcszExecutable,689 PULONG pulDosAppType,690 PULONG pulWinAppType);691 692 HAPP XWPENTRY winhStartApp(HWND hwndNotify, const PROGDETAILS *pcProgDetails);693 #endif694 695 684 BOOL XWPENTRY winhAnotherInstance(const char *pcszSemName, BOOL fSwitch); 696 685
Note:
See TracChangeset
for help on using the changeset viewer.