Ignore:
Timestamp:
Sep 5, 1999, 7:11:25 PM (26 years ago)
Author:
sandervl
Message:

Dialog update

File:
1 edited

Legend:

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

    r821 r839  
    1 /* $Id: user32.cpp,v 1.18 1999-09-04 19:42:28 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.19 1999-09-05 17:11:24 sandervl Exp $ */
    22
    33/*
     
    174174BOOL WIN32API IsRectEmpty( const RECT * lprc)
    175175{
    176 #ifdef DEBUG
    177     WriteLog("USER32:  IsRectEmpty\n");
    178 #endif
    179176    if (!lprc)
    180177    {
     
    244241BOOL WIN32API SetRectEmpty( PRECT lprc)
    245242{
    246 #ifdef DEBUG
    247     WriteLog("USER32:  SetRectEmpty\n");
    248 #endif
    249243    if (!lprc)
    250244    {
Note: See TracChangeset for help on using the changeset viewer.