Ignore:
Timestamp:
Dec 18, 2002, 1:28:08 PM (23 years ago)
Author:
sandervl
Message:

removed obsolete files

File:
1 edited

Legend:

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

    r2469 r9523  
    1 /* $Id: wndmsg.h,v 1.6 2000-01-18 20:08:18 sandervl Exp $ */
     1/* $Id: wndmsg.h,v 1.7 2002-12-18 12:28:08 sandervl Exp $ */
    22/*
    33 * Win32 window message text function for OS/2
     
    1212#define __WNDMSG_H__
    1313
     14#ifdef __cplusplus
     15extern "C" {
     16#endif
     17
    1418#ifdef DEBUG
    1519char *GetMsgText(int Msg);
     20
    1621void DebugPrintMessage(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode, BOOL fInternalMsg);
    1722#else
     
    1924#endif
    2025
     26#ifdef __cplusplus
     27}
    2128#endif
     29
     30#endif
Note: See TracChangeset for help on using the changeset viewer.