Changeset 1606 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Nov 5, 1999, 10:17:27 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1583 r1606 1 /* $Id: win32wbase.cpp,v 1.7 5 1999-11-03 22:04:22 cbratschiExp $ */1 /* $Id: win32wbase.cpp,v 1.76 1999-11-05 09:16:22 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2486 2486 BOOL Win32BaseWindow::hasWindowName(LPSTR wndname, BOOL fUnicode) 2487 2487 { 2488 if(wndname == NULL) 2489 return FALSE; 2490 2488 2491 if(fUnicode) { 2489 2492 return (lstrcmpW(windowNameW, (LPWSTR)wndname) == 0);
Note:
See TracChangeset
for help on using the changeset viewer.