Ignore:
Timestamp:
Jul 26, 1999, 10:03:49 PM (26 years ago)
Author:
sandervl
Message:

Lots of changes: Solitaire now displays cards correctly

File:
1 edited

Legend:

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

    r331 r398  
    1 /* $Id: windowmsg.cpp,v 1.7 1999-07-18 17:12:03 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.8 1999-07-26 20:03:49 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    122122        return 0;
    123123    }
     124    dprintf(("PostMessageA, %x %x %x %x", hwnd, msg, wParam, lParam));
    124125    return window->PostMessageA(msg, wParam, lParam);
    125126}
     
    139140        return 0;
    140141    }
     142    dprintf(("PostMessageW, %x %x %x %x", hwnd, msg, wParam, lParam));
    141143    return window->PostMessageW(msg, wParam, lParam);
    142144}
Note: See TracChangeset for help on using the changeset viewer.