Changeset 21843 for branches/gcc-kmk/src/version/dbglocal.cpp
- Timestamp:
- Dec 2, 2011, 3:41:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/version/dbglocal.cpp
r10300 r21843 20 20 USHORT DbgEnabledLvl2VERSION[DBG_MAXFILES] = {0}; 21 21 22 static c har*DbgFileNames[DBG_MAXFILES] =22 static const char *DbgFileNames[DBG_MAXFILES] = 23 23 { 24 "info",25 "install",26 "resource"24 "info", 25 "install", 26 "resource" 27 27 }; 28 28
Note:
See TracChangeset
for help on using the changeset viewer.