Changeset 1029 for trunk/dll/makelist.h


Ignore:
Timestamp:
Jun 23, 2008, 3:30:16 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed early memory free; Added free_... functions to make fortify checking easier; Added fortify scopes; Delete now moves to trash can on systems with the xworkplace trash can installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makelist.h

    r907 r1029  
    1010
    1111  05 Jan 08 SHL Move makelist.c definitions here
     12  22 Jun 08 GKY Change variable type to fix compiler warning
    1213
    1314***********************************************************************/
     
    5960  HWND hwnd;
    6061  HWND hwndS;
    61   USHORT type;
     62  ULONG type;
    6263  USHORT id;
    6364  INT flags;
Note: See TracChangeset for help on using the changeset viewer.