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/win32dlg.cpp

    r1391 r1433  
    1 /* $Id: win32dlg.cpp,v 1.19 1999-10-21 12:19:27 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.20 1999-10-24 22:56:09 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    138138    }
    139139    else
    140     if(!(classAtom = GlobalFindAtomW((LPWSTR)dlgInfo.className)))
     140    if (!(classAtom = GlobalFindAtomW((LPWSTR)dlgInfo.className)))
    141141    {
    142142        SetLastError(ERROR_INVALID_PARAMETER);
Note: See TracChangeset for help on using the changeset viewer.