Changeset 1498 for trunk/dll/init.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/init.h

    r1479 r1498  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2008 Steven H. Levine
     9  Copyright (c) 2008-10 Steven H. Levine
    1010
    1111  Change log
     
    2323                inappropriate menu context choices
    2424  15 Nov 09 GKY Add more PCSZs
     25  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
    2526
    2627***********************************************************************/
     
    202203extern CHAR *pLibPathStrict;
    203204extern ULONGLONG ullTmpSpaceNeeded;
     205#ifdef INCL_DOSSEMAPHORES
    204206extern HMTX hmtxFM2Globals;
    205207extern HMTX hmtxFM2Delete;
    206208extern HMTX hmtFillingTreeCnr;
    207209extern HEV  hevInitialCnrScanComplete;
     210#endif
    208211
    209212#endif // INIT_H
Note: See TracChangeset for help on using the changeset viewer.