Changeset 1502 for trunk/src/ddraw/OS2CLIPPER.CPP
- Timestamp:
- Oct 29, 1999, 12:39:29 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2CLIPPER.CPP
r522 r1502 6 6 #define _OS2WIN_H 7 7 #define FAR 8 #include "misc.h"8 #include <misc.h> 9 9 #include <winerror.h> 10 10 … … 41 41 { 42 42 #ifdef DEBUG 43 WriteLog("ClipQueryInterface\n");43 dprintf(("ClipQueryInterface\n")); 44 44 #endif 45 45 … … 63 63 64 64 #ifdef DEBUG 65 WriteLog("OS2IDirectDrawClipper::AddRef %d\n", me->Referenced+1);65 dprintf(("OS2IDirectDrawClipper::AddRef %d\n", me->Referenced+1)); 66 66 #endif 67 67 … … 75 75 76 76 #ifdef DEBUG 77 WriteLog("OS2IDirectDrawClipper::Release %d\n", me->Referenced-1);77 dprintf(("OS2IDirectDrawClipper::Release %d\n", me->Referenced-1)); 78 78 #endif 79 79 … … 97 97 { 98 98 #ifdef DEBUG 99 WriteLog("ClipGetClipList\n");99 dprintf(("ClipGetClipList\n")); 100 100 #endif 101 101 … … 109 109 110 110 #ifdef DEBUG 111 WriteLog("ClipGetHWnd\n");111 dprintf(("ClipGetHWnd\n")); 112 112 #endif 113 113 … … 120 120 { 121 121 #ifdef DEBUG 122 WriteLog("ClipInitialize\n");122 dprintf(("ClipInitialize\n")); 123 123 #endif 124 124 … … 130 130 { 131 131 #ifdef DEBUG 132 WriteLog("ClipIsClipListChanged\n");132 dprintf(("ClipIsClipListChanged\n")); 133 133 #endif 134 134 … … 140 140 { 141 141 #ifdef DEBUG 142 WriteLog("ClipSetClipList\n");142 dprintf(("ClipSetClipList\n")); 143 143 #endif 144 144 … … 153 153 154 154 #ifdef DEBUG 155 WriteLog("ClipSetHWnd\n");155 dprintf(("ClipSetHWnd\n")); 156 156 #endif 157 157
Note:
See TracChangeset
for help on using the changeset viewer.