Changeset 4124 for trunk/include/win/wine
- Timestamp:
- Aug 30, 2000, 3:56:39 PM (25 years ago)
- Location:
- trunk/include/win/wine
- Files:
-
- 3 edited
-
obj_oleview.h (modified) (2 diffs)
-
wingdi16.h (modified) (4 diffs)
-
winuser16.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_oleview.h
r801 r4124 1 /* $Id: obj_oleview.h,v 1. 6 1999-09-02 19:07:18 phallerExp $ */1 /* $Id: obj_oleview.h,v 1.7 2000-08-30 13:56:39 sandervl Exp $ */ 2 2 /* 3 3 * Defines the COM interfaces and APIs related to ViewObject … … 36 36 * IViewObject interface 37 37 */ 38 typedef BOOL ( CALLBACK*IVO_ContCallback)(DWORD);38 typedef BOOL (* CALLBACK IVO_ContCallback)(DWORD); 39 39 40 40 #define ICOM_INTERFACE IViewObject -
trunk/include/win/wine/wingdi16.h
r641 r4124 1 /* $Id: wingdi16.h,v 1. 2 1999-08-22 22:52:12sandervl Exp $ */1 /* $Id: wingdi16.h,v 1.3 2000-08-30 13:56:39 sandervl Exp $ */ 2 2 #ifndef __WINE_WINE_WINGDI16_H 3 3 #define __WINE_WINE_WINGDI16_H … … 213 213 } NEWTEXTMETRICEX16,*LPNEWTEXTMETRICEX16; 214 214 215 typedef INT16 (CALLBACK *FONTENUMPROC16)(SEGPTR,SEGPTR,UINT16,LPARAM); 216 typedef INT16 (CALLBACK *FONTENUMPROCEX16)(SEGPTR,SEGPTR,UINT16,LPARAM); 217 typedef VOID (CALLBACK *LINEDDAPROC16)(INT16,INT16,LPARAM); 218 typedef INT16 (CALLBACK *GOBJENUMPROC16)(SEGPTR,LPARAM); 215 typedef INT16 (* CALLBACK FONTENUMPROC16)(SEGPTR,SEGPTR,UINT16,LPARAM); 216 typedef INT16 (* CALLBACK FONTENUMPROCEX16)(SEGPTR,SEGPTR,UINT16,LPARAM); 217 #ifndef __WINE_WINDEF_H 218 typedef VOID (* CALLBACK LINEDDAPROC16)(INT16,INT16,LPARAM); 219 typedef INT16 (* CALLBACK GOBJENUMPROC16)(SEGPTR,LPARAM); 220 #endif 219 221 220 222 typedef struct … … 254 256 } METAFILEPICT16, *LPMETAFILEPICT16; 255 257 256 typedef INT16 ( CALLBACK *MFENUMPROC16)(HDC16,HANDLETABLE16*,METARECORD*,258 typedef INT16 (* CALLBACK MFENUMPROC16)(HDC16,HANDLETABLE16*,METARECORD*, 257 259 INT16,LPARAM); 258 260 typedef struct … … 263 265 } DOCINFO16, *LPDOCINFO16; 264 266 265 typedef BOOL16 ( CALLBACK*ABORTPROC16)(HDC16, INT16);267 typedef BOOL16 (* CALLBACK ABORTPROC16)(HDC16, INT16); 266 268 267 269 #define INT_PD_DEFAULT_DEVMODE 1 -
trunk/include/win/wine/winuser16.h
r641 r4124 1 /* $Id: winuser16.h,v 1. 5 1999-08-22 22:52:12sandervl Exp $ */1 /* $Id: winuser16.h,v 1.6 2000-08-30 13:56:39 sandervl Exp $ */ 2 2 #ifndef __WINE_WINE_WINUSER16_H 3 3 #define __WINE_WINE_WINUSER16_H 4 4 5 #include "winuser.h" /* winuser.h needed for MSGBOX CALLBACK */5 #include "winuser.h" /* winuser.h needed for MSGBOX* CALLBACK / 6 6 /* wingdi.h needed for COLORREF */ 7 7 #include "wine/wingdi16.h" … … 158 158 159 159 /* DrawState defines ... */ 160 typedef BOOL16 ( CALLBACK *DRAWSTATEPROC16)(HDC16,LPARAM,WPARAM16,INT16,INT16);160 typedef BOOL16 (* CALLBACK DRAWSTATEPROC16)(HDC16,LPARAM,WPARAM16,INT16,INT16); 161 161 162 162 /* Listbox messages */
Note:
See TracChangeset
for help on using the changeset viewer.
