Changeset 1394 for trunk/dll/systemf.h
- Timestamp:
- Feb 5, 2009, 5:17:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.h
r1271 r1394 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2008 Steven H. Levine9 Copyright (c) 2008, 2009 Steven H. Levine 10 10 11 11 Change log … … 48 48 EXECARGS; 49 49 50 INT ExecOnList(HWND hwnd, CHAR * command, INT flags, CHAR *tpath,51 CHAR ** list, CHAR *prompt, PCSZ pszCallingFile, UINT uiLineNumber);50 INT ExecOnList(HWND hwnd, PSZ command, INT flags, PSZ tpath, 51 PSZ *list, PCSZ prompt, PCSZ pszCallingFile, UINT uiLineNumber); 52 52 BOOL ShowSession(HWND hwnd, PID pid); 53 53 INT runemf2(INT type, HWND hwnd, PCSZ pszCallingFile, UINT uiLineNumber, 54 CHAR * directory, CHAR *environment,55 CHAR *formatstring, ...);54 PSZ directory, PSZ environment, 55 PSZ formatstring, ...); 56 56 57 57
Note:
See TracChangeset
for help on using the changeset viewer.