Ignore:
Timestamp:
Aug 11, 2002, 7:07:59 PM (23 years ago)
Author:
umoeller
Message:

Major work on textview control and dialogs.

File:
1 edited

Legend:

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

    r153 r201  
    116116                                    PULONG pulExitCode);
    117117
    118         HAPP XWPENTRY appQuickStartApp(const char *pcszFile,
    119                                        ULONG ulProgType,
    120                                        const char *pcszArgs,
    121                                        PULONG pulExitCode);
     118        HAPP appQuickStartApp(const char *pcszFile,
     119                              ULONG ulProgType,
     120                              const char *pcszArgs,
     121                              const char *pcszWorkingDir,
     122                              PULONG pulExitCode);
     123
     124        BOOL appOpenURL(PCSZ pcszURL);
    122125
    123126    #endif
Note: See TracChangeset for help on using the changeset viewer.