Changeset 21824 for branches/gcc-kmk/src/gdi32/gdi32.cpp
- Timestamp:
- Nov 25, 2011, 10:19:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/gdi32/gdi32.cpp
r10594 r21824 391 391 VOID dumpROP2(INT rop2) 392 392 { 393 CHAR*name;393 const char *name; 394 394 395 395 switch (rop2) … … 549 549 //****************************************************************************** 550 550 //****************************************************************************** 551 c har *GetDeviceCapsString(int nIndex)551 const char *GetDeviceCapsString(int nIndex) 552 552 { 553 553 switch(nIndex) {
Note:
See TracChangeset
for help on using the changeset viewer.