Changeset 21824 for branches/gcc-kmk/src/user32/dbglocal.cpp
- Timestamp:
- Nov 25, 2011, 10:19:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/dbglocal.cpp
r9930 r21824 20 20 USHORT DbgEnabledLvl2USER32[DBG_MAXFILES] = {0}; 21 21 22 static c har*DbgFileNames[DBG_MAXFILES] =22 static const char *DbgFileNames[DBG_MAXFILES] = 23 23 { 24 24 "user32",
Note:
See TracChangeset
for help on using the changeset viewer.