Ignore:
Timestamp:
Mar 29, 2001, 7:39:19 PM (24 years ago)
Author:
sandervl
Message:

log message fix

File:
1 edited

Legend:

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

    r5373 r5397  
    1 /* $Id: win32wbase.cpp,v 1.245 2001-03-25 08:50:42 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.246 2001-03-29 17:39:19 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    34803480        return 0;
    34813481    }
    3482     dprintf2(("GetWindowLong%c %x %d %x", getWindowHandle(), (fUnicode) ? 'W' : 'A', index, value));
     3482    dprintf2(("GetWindowLong%c %x %d %x", (fUnicode) ? 'W' : 'A', getWindowHandle(), index, value));
    34833483    //Note: NT4, SP6 does not set the last error to 0
    34843484    SetLastError(ERROR_SUCCESS);
Note: See TracChangeset for help on using the changeset viewer.