Changeset 3337 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Apr 7, 2000, 12:01:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r3306 r3337 1 /* $Id: win32wbasenonclient.cpp,v 1. 19 2000-04-02 15:11:50 cbratschiExp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.20 2000-04-07 10:01:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 1307 1307 ShellAboutA(Win32Hwnd,"Odin","Odin alpha release compiled with IBM VAC++",0); 1308 1308 } 1309 #ifdef DEBUG 1310 //SvL: Do NOT turn this into a dprintf. 1309 1311 else 1310 1312 if (wParam == SC_PUTMARK) 1311 dprintf(("Mark requested by user\n")); 1313 WriteLog(("Mark requested by user\n")); 1314 #endif 1312 1315 break; 1313 1316
Note:
See TracChangeset
for help on using the changeset viewer.