Changeset 12392


Ignore:
Timestamp:
Nov 21, 1999, 7:50:06 PM (25 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r12391 r12392  
    1 /* $Id: win32wbase.cpp,v 1.89 1999-11-21 18:46:36 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.90 1999-11-21 18:50:06 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    519519  if(HIWORD(cs->lpszName))
    520520  {
    521     if (isUnicode)
     521    if (!isUnicode)
    522522    {
    523523      windowNameA = (LPSTR)_smalloc(strlen(cs->lpszName)+1);
Note: See TracChangeset for help on using the changeset viewer.