Changeset 321 for trunk/include


Ignore:
Timestamp:
Jul 17, 1999, 1:56:51 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32type.h

    r127 r321  
    1 /* $Id: win32type.h,v 1.8 1999-06-20 10:58:16 sandervl Exp $ */
     1/* $Id: win32type.h,v 1.9 1999-07-17 11:50:26 sandervl Exp $ */
    22
    33#ifndef __WIN32TYPE_H__
     
    168168typedef LRESULT (* CALLBACK FARPROC16)();
    169169
     170typedef struct tagPOINT
     171{
     172    LONG  x;
     173    LONG  y;
     174} POINT, *PPOINT, *LPPOINT;
     175
     176typedef struct
     177{
     178    HWND    hwnd;
     179    UINT    message;
     180    WPARAM  wParam;
     181    LPARAM  lParam;
     182    DWORD   time;
     183    POINT   pt;
     184} MSG, *LPMSG;
     185
    170186#endif
Note: See TracChangeset for help on using the changeset viewer.