Changeset 1498 for trunk/dll/dircnrs.h


Ignore:
Timestamp:
Jan 18, 2010, 1:57:01 AM (16 years ago)
Author:
Gregg Young
Message:

Changes to get FM2 to compile with the latest watcom 1.9 beta (mostly type casts of CHAR CONSTANT * to CHAR *). Changes to get the environment settings working everywhere again (broken by the change that moved commands to the INI); Added an environment size variable (set to 2048 which was the largest I found hard coded). Still need to find everywhere the environment size is set and use this variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.h

    r1411 r1498  
    1414                all the details view settings (both the global variables and those in the
    1515                DIRCNRDATA struct) into a new struct: DETAILS_SETTINGS.
     16  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
    1617
    1718***********************************************************************/
     
    144145  ULONG lasttime;
    145146  BOOL arcfilled;
     147#ifdef INCL_DOSSEMAPHORES
    146148  HMTX filling;
     149#endif
    147150  BOOL firsttree;
    148151  ULONG lastattr;
Note: See TracChangeset for help on using the changeset viewer.