Ignore:
Timestamp:
May 27, 2001, 8:10:36 AM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r73 r76  
    4040 *@@include #define INCL_WINSHELLDATA
    4141 *@@include #define INCL_WINSWITCHLIST      // for winhQuerySwitchList
    42  *@@include #define INCL_WINPROGRAMLIST     // for winhStartApp
     42 *@@include #define INCL_WINPROGRAMLIST     // for appStartApp
    4343 *@@include #define INCL_WINHELP            // for help manager helpers
    4444 *@@include #include <os2.h>
     
    682682     ********************************************************************/
    683683
    684     #ifdef INCL_WINPROGRAMLIST
    685         // additional PROG_* flags for winhQueryAppType
    686         #define PROG_XWP_DLL            998      // dynamic link library
    687 
    688         APIRET winhQueryAppType(const char *pcszExecutable,
    689                                 PULONG pulDosAppType,
    690                                 PULONG pulWinAppType);
    691 
    692         HAPP XWPENTRY winhStartApp(HWND hwndNotify, const PROGDETAILS *pcProgDetails);
    693     #endif
    694 
    695684    BOOL XWPENTRY winhAnotherInstance(const char *pcszSemName, BOOL fSwitch);
    696685
Note: See TracChangeset for help on using the changeset viewer.