Ignore:
Timestamp:
Oct 13, 2001, 7:57:58 PM (24 years ago)
Author:
umoeller
Message:

Lots of updates from the last week for conditional compiles and other stuff.

File:
1 edited

Legend:

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

    r101 r108  
    7070    APIRET appFreeEnvironment(PDOSENVIRONMENT pEnv);
    7171
     72    #ifdef INCL_WINPROGRAMLIST
     73        // additional PROG_* flags for appQueryAppType
     74        // #define PROG_XWP_DLL            998      // dynamic link library
     75                    // removed, PROG_DLL exists already
     76                    // V0.9.16 (2001-10-06)
     77
     78        APIRET appQueryAppType(const char *pcszExecutable,
     79                                PULONG pulDosAppType,
     80                                PULONG pulWinAppType);
     81
     82        PCSZ appDescribeAppType(PROGCATEGORY progc);
     83
     84        ULONG appIsWindowsApp(ULONG ulProgCategory);
     85
    7286    /* ******************************************************************
    7387     *
     
    7690     ********************************************************************/
    7791
    78     #ifdef INCL_WINPROGRAMLIST
    79         // additional PROG_* flags for appQueryAppType
    80         #define PROG_XWP_DLL            998      // dynamic link library
    81 
    82         APIRET appQueryAppType(const char *pcszExecutable,
    83                                 PULONG pulDosAppType,
    84                                 PULONG pulWinAppType);
    85 
    86         ULONG appIsWindowsApp(ULONG ulProgCategory);
    8792
    8893        PSZ appQueryDefaultWin31Environment(VOID);
Note: See TracChangeset for help on using the changeset viewer.