Ignore:
Timestamp:
Dec 2, 2011, 3:41:42 PM (14 years ago)
Author:
dmik
Message:

Port LZ32, VERSION. MSVFW32 to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/version/dbglocal.cpp

    r10300 r21843  
    2020USHORT DbgEnabledLvl2VERSION[DBG_MAXFILES] = {0};
    2121
    22 static char *DbgFileNames[DBG_MAXFILES] =
     22static const char *DbgFileNames[DBG_MAXFILES] =
    2323{
    24 "info",
    25 "install",
    26 "resource"
     24    "info",
     25    "install",
     26    "resource"
    2727};
    2828
Note: See TracChangeset for help on using the changeset viewer.