Changeset 321 for trunk/include
- Timestamp:
- Jul 17, 1999, 1:56:51 PM (26 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/include/win32type.h (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/include/win32type.hr127 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 $ */ 2 2 3 3 #ifndef __WIN32TYPE_H__ … … 168 168 typedef LRESULT (* CALLBACK FARPROC16)(); 169 169 170 typedef struct tagPOINT 171 { 172 LONG x; 173 LONG y; 174 } POINT, *PPOINT, *LPPOINT; 175 176 typedef struct 177 { 178 HWND hwnd; 179 UINT message; 180 WPARAM wParam; 181 LPARAM lParam; 182 DWORD time; 183 POINT pt; 184 } MSG, *LPMSG; 185 170 186 #endif 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
