Changeset 21916 for trunk/src/gdi32/gdi32.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/gdi32/gdi32.cpp
r10594 r21916 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.