Ignore:
Timestamp:
Nov 5, 1999, 10:17:27 AM (26 years ago)
Author:
sandervl
Message:

EBs fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.cpp

    r1583 r1606  
    1 /* $Id: win32wbase.cpp,v 1.75 1999-11-03 22:04:22 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.76 1999-11-05 09:16:22 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    24862486BOOL Win32BaseWindow::hasWindowName(LPSTR wndname, BOOL fUnicode)
    24872487{
     2488    if(wndname == NULL)
     2489      return FALSE; 
     2490
    24882491    if(fUnicode) {
    24892492            return (lstrcmpW(windowNameW, (LPWSTR)wndname) == 0);
Note: See TracChangeset for help on using the changeset viewer.