Ignore:
Timestamp:
Oct 23, 1999, 12:21:45 PM (26 years ago)
Author:
sandervl
Message:

Put back pos change messages in pmwindow.cpp, changed message logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/wndmsg.h

    r949 r1408  
    1 /* $Id: wndmsg.h,v 1.3 1999-09-15 23:19:03 sandervl Exp $ */
     1/* $Id: wndmsg.h,v 1.4 1999-10-23 10:21:45 sandervl Exp $ */
    22/*
    33 * Win32 window message text function for OS/2
     
    1414#ifdef DEBUG
    1515char *GetMsgText(int Msg);
     16void DebugPrintMessage(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode, BOOL fInternalMsg);
     17#else
     18#define DebugPrintMessage(a, b, c, d, e, f)
    1619#endif
    1720
Note: See TracChangeset for help on using the changeset viewer.