Changeset 9443 for trunk/src/gdi32/gdi32.cpp
- Timestamp:
- Nov 29, 2002, 2:46:04 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/gdi32.cpp
r9429 r9443 1 /* $Id: gdi32.cpp,v 1.8 5 2002-11-26 10:53:08sandervl Exp $ */1 /* $Id: gdi32.cpp,v 1.86 2002-11-29 13:46:04 sandervl Exp $ */ 2 2 3 3 /* … … 653 653 int rc; 654 654 655 #ifdef DEBUG 656 if(cbInput && lpvInData) { 657 ULONG *tmp = (ULONG *)lpvInData; 658 for(int i=0;i<cbInput/4;i++) { 659 dprintf(("GDI32: Escape par %d: %x", i, *tmp++)); 660 } 661 } 662 #endif 655 663 rc = O32_Escape(hdc, nEscape, cbInput, lpvInData, lpvOutData); 656 664 if(rc == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.