Changeset 878 for trunk/dll/mle.h


Ignore:
Timestamp:
Nov 26, 2007, 2:20:00 PM (18 years ago)
Author:
Gregg Young
Message:

Added "Save as" and readonly file handling to internal editor; clean up ext path not checked on start up; Updated history.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mle.h

    r551 r878  
    1 /**************************************************************************/
    2 /*                  MLE text editor/viewer source code                    */
    3 /*                    copyright (c) 1993 by M. Kimes                      */
    4 /*                        All rights reserved                             */
    5 /**************************************************************************/
     1/***********************************************************************
     2
     3  $Id$
     4
     5  headers for internal viewer/editor
     6
     7  Copyright (c) 1993-98 M. Kimes
     8  Copyright (c) 2002, 2006 Steven H. Levine
     9
     10  26 Nov 07 Add items to XMLEWNDPTR struct for "Save as" & readonly file handling
     11
     12***********************************************************************/
    613
    714/* MLE support macros */
     
    235242  CHAR exportfilename[1027];
    236243  CHAR importfilename[1027];
     244  BOOL fileattrreadonly;
    237245  FATTRS fattrs;
    238246  ULONG cp;
     
    240248  ULONG lastpos;
    241249  BOOL killme;
     250  BOOL saveas;
    242251  BOOL dontclose;
    243252  HWND hwndRestore, hwndFrame, hwndParent;
Note: See TracChangeset for help on using the changeset viewer.