Changeset 21824 for branches/gcc-kmk/src/user32/win32wbase.cpp
- Timestamp:
- Nov 25, 2011, 10:19:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/win32wbase.cpp
r21808 r21824 307 307 BOOL Win32BaseWindow::IsWindowUnicode() 308 308 { 309 dprintf2(("IsWindowUnicode %x %d", getWindowHandle(), WINPROC_GetProcType(getWindowProc()) == WIN_PROC_32W)); 309 dprintf2(("IsWindowUnicode %x %d", getWindowHandle(), 310 WINPROC_GetProcType((HWINDOWPROC)getWindowProc()) == WIN_PROC_32W)); 310 311 return (WINPROC_GetProcType((HWINDOWPROC)getWindowProc()) == WIN_PROC_32W); 311 312 } … … 4299 4300 //****************************************************************************** 4300 4301 //****************************************************************************** 4301 LONG Win32BaseWindow::release(c har *function, int line)4302 LONG Win32BaseWindow::release(const char *function, int line) 4302 4303 { 4303 4304 // dprintf2(("release %s %d %x %d", function, line, getWindowHandle(), getRefCount()-1));
Note:
See TracChangeset
for help on using the changeset viewer.