Ignore:
Timestamp:
Mar 7, 2001, 10:41:07 PM (24 years ago)
Author:
umoeller
Message:

Misc. changes.

File:
1 edited

Legend:

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

    r41 r43  
    591591
    592592    #ifdef INCL_WINPROGRAMLIST
     593        // additional PROG_* flags for winhQueryAppType
     594        #define PROG_XWP_DLL            998      // dynamic link library
     595
     596        APIRET winhQueryAppType(const char *pcszExecutable,
     597                                PULONG pulDosAppType,
     598                                PULONG pulWinAppType);
     599
    593600        HAPP XWPENTRY winhStartApp(HWND hwndNotify, const PROGDETAILS *pcProgDetails);
    594601    #endif
Note: See TracChangeset for help on using the changeset viewer.