Changeset 1904 for trunk/dll/mainwnd.h


Ignore:
Timestamp:
Jun 1, 2024, 9:03:22 PM (14 months ago)
Author:
Steven Levine
Message:

Minor code cleanup and comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.h

    r1858 r1904  
    66  fm/2 main window
    77
    8   Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2015 Steven H. Levine
     8  Copyright (c) 1993-1998 M. Kimes
     9  Copyright (c) 2001-2020 Steven H. Levine
    1010
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
     
    1313  08 Mar 09 GKY Additional strings move to PCSZs & String Table
    1414  21 Jun 09 GKY Added drive letter to bitmap buttons in drive bar; Eliminate static drive
    15                 letter windows; Use button ID to identify drive letter for processing.
     15                letter windows; Use button ID to identify drive letter for processing.
    1616  13 Aug 15 SHL Sync with Flesh/Stubby updates
    1717  19 Aug 15 SHL Add fAmQuitting
     18  25 Jan 20 SHL Drop duplicate AutoviewHeight definition
    1819
    1920***********************************************************************/
     
    5556
    5657// Data declarations
    57 extern ULONG AutoviewHeight;
     58// 2020-01-25 SHL extern ULONG AutoviewHeight;
    5859extern ULONG DriveLines;
    5960extern HMODULE FM3ModHandle;
Note: See TracChangeset for help on using the changeset viewer.