Changeset 1720 for trunk/dll/init.h


Ignore:
Timestamp:
Feb 16, 2014, 8:47:30 PM (12 years ago)
Author:
Gregg Young
Message:

Add "#" command line switch to workaround problem with blank command shell started from fm2 after fm2 has been started with stdout and stderr redirected to a file. Fixes it by using the system environment instead of fm2's when starting command shells.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.h

    r1673 r1720  
    3333  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
    3434                for delete of readonly files
     35  16 Feb 14 GKY Add "#" command line switch to workaround problem with blank command shell
     36                started from fm2 after fm2 has been started with stdout and stderr
     37                redirected to a file.
    3538
    3639***********************************************************************/
     
    203206extern BOOL fReminimize;
    204207extern BOOL fWantFirstTimeInit;
     208extern BOOL fUseShellEnv;
    205209extern HPOINTER hptrApp;
    206210extern HPOINTER hptrArc;
Note: See TracChangeset for help on using the changeset viewer.