Ignore:
Timestamp:
Oct 25, 1999, 12:56:11 AM (26 years ago)
Author:
sandervl
Message:

class changes

File:
1 edited

Legend:

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

    r1425 r1433  
    1 /* $Id: window.cpp,v 1.24 1999-10-23 23:04:39 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.25 1999-10-24 22:56:11 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    156156                  dprintf(("CreateWindowEx32W: bad class name %04x\n", LOWORD(className)));
    157157          }
    158       else    dprintf(("CreateWindowEx32W: bad class name "));
     158          else    dprintf(("CreateWindowEx32W: bad class name "));
    159159
    160160          SetLastError(ERROR_INVALID_PARAMETER);
Note: See TracChangeset for help on using the changeset viewer.