Changeset 1488 for trunk/dll/command.h


Ignore:
Timestamp:
Dec 22, 2009, 12:42:55 AM (16 years ago)
Author:
Gregg Young
Message:

Fixed commands so reordering them in commands.dat no longer changes their ID or hot key assignment; added 20 new hot keys; the environment information is now used when executing a command; some code clean up in command.c; added CheckExecutibleFlags to systemf.c the eliminate repetative code in assoc.c, command.c & cmdline.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/command.h

    r1486 r1488  
    1111  01 Mar 08 GKY Move from fm3dll.h to here
    1212  22 Jun 08 GKY Moved free_commands here for fortify checking
     13  21 Dec 09 GKY Fix the environment so it can be saved, deleted and used consistently.
    1314
    1415***********************************************************************/
     
    3132  PSZ pszCmdLine;
    3233  CHAR *title;
     34  CHAR *env;
    3335  ULONG flags;
    3436  ULONG ID;
Note: See TracChangeset for help on using the changeset viewer.