Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avv.c
r1616 r1717 31 31 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 32 32 13 Aug 11 GKY Change to Doxygen comment format 33 15 Feb 14 GKY Assure the title is blank on the execute dialog call with the "see" button 33 34 34 35 ***********************************************************************/ … … 839 840 *p = 0; 840 841 { 841 EXECARGS ex; 842 842 EXECARGS ex; 843 844 memset(&ex, 0, sizeof(EXECARGS)); 843 845 ex.flags = SEPARATEKEEP | WINDOWED | MAXIMIZED; 844 846 ex.commandline = tempargs; 845 847 *ex.path = 0; 846 *ex.environment = 0; 848 *ex.environment = 0; 849 *ex.title = 0; 847 850 if (WinDlgBox(HWND_DESKTOP, 848 851 hwnd, -
trunk/dll/extract.c
r1694 r1717 22 22 11 Aug 13 GKY Fix directory create failure on extract to directory based on archive name 23 23 if the name needed quoting. 24 15 Feb 14 GKY Assure the title is blank on the execute dialog call with the "see" button 24 25 25 26 ***********************************************************************/ … … 512 513 ex.flags = WINDOWED | SEPARATEKEEP | MAXIMIZED; 513 514 *ex.path = 0; 514 *ex.environment = 0; 515 *ex.environment = 0; 516 *ex.title = 0; 515 517 if (WinDlgBox(HWND_DESKTOP, 516 518 hwnd,
Note:
See TracChangeset
for help on using the changeset viewer.
