Ignore:
Timestamp:
Oct 28, 1999, 8:22:31 PM (26 years ago)
Author:
sandervl
Message:

message fixes

File:
1 edited

Legend:

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

    r1193 r1495  
    1 /* $Id: windowclass.cpp,v 1.2 1999-10-08 16:28:21 sandervl Exp $ */
     1/* $Id: windowclass.cpp,v 1.3 1999-10-28 18:22:31 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Code for OS/2
     
    181181        wndclass->getClassInfo(&wc);
    182182        memcpy(lpwc, &wc.style, sizeof(WNDCLASSW));
    183         return(TRUE);
     183       return(TRUE);
    184184  }
    185185  return(FALSE);
     
    215215  if(wndclass) {
    216216        wndclass->getClassInfo(lpwcx);
     217        lpwcx->cbSize = sizeof(WNDCLASSEXA);
    217218        return(TRUE);
    218219  }
     
    256257  if(wndclass) {
    257258        wndclass->getClassInfo(lpwcx);
     259        lpwcx->cbSize = sizeof(WNDCLASSEXW);
    258260        return(TRUE);
    259261  }
Note: See TracChangeset for help on using the changeset viewer.