Changeset 1118 for trunk/include/win/winuser.h
- Timestamp:
- Oct 4, 1999, 11:56:04 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r1108 r1118 1 /* $Id: winuser.h,v 1. 9 1999-10-02 13:55:46 cbratschiExp $ */1 /* $Id: winuser.h,v 1.10 1999-10-04 09:55:52 sandervl Exp $ */ 2 2 3 3 #ifndef __INCLUDE_WINUSER_H … … 684 684 #define WM_PRINT 0x0317 685 685 #define WM_PRINTCLIENT 0x0318 686 687 #define WM_HANDHELDFIRST 0x0358 688 #define WM_HANDHELDLAST 0x035F 689 690 #define WM_AFXFIRST 0x0360 691 #define WM_AFXLAST 0x037F 692 693 #define WM_PENWINFIRST 0x0380 694 #define WM_PENWINLAST 0x038F 695 696 #define WM_APP 0x8000 686 697 687 698 /* FIXME: This does not belong to any libwine interface header */ … … 3053 3064 CreateDialogIndirectParamW(inst,ptr,hwnd,dlg,0) 3054 3065 #define CreateDialogIndirect WINELIB_NAME_AW(CreateDialogIndirect) 3055 HWND WINAPI CreateDialogIndirectParamA(HINSTANCE, DLGTEMPLATE *,HWND,3066 HWND WINAPI CreateDialogIndirectParamA(HINSTANCE,LPCDLGTEMPLATEA,HWND, 3056 3067 DLGPROC,LPARAM); 3057 HWND WINAPI CreateDialogIndirectParamW(HINSTANCE, DLGTEMPLATE *,HWND,3068 HWND WINAPI CreateDialogIndirectParamW(HINSTANCE,LPCDLGTEMPLATEW,HWND, 3058 3069 DLGPROC,LPARAM); 3059 3070 #define CreateDialogIndirectParam WINELIB_NAME_AW(CreateDialogIndirectParam) … … 3116 3127 DialogBoxIndirectParamW(inst,template,owner,func,0) 3117 3128 #define DialogBoxIndirect WINELIB_NAME_AW(DialogBoxIndirect) 3118 INT WINAPI DialogBoxIndirectParamA(HINSTANCE, DLGTEMPLATE *,HWND,DLGPROC,LPARAM);3119 INT WINAPI DialogBoxIndirectParamW(HINSTANCE, DLGTEMPLATE *,HWND,DLGPROC,LPARAM);3129 INT WINAPI DialogBoxIndirectParamA(HINSTANCE,LPCDLGTEMPLATEA,HWND,DLGPROC,LPARAM); 3130 INT WINAPI DialogBoxIndirectParamW(HINSTANCE,LPCDLGTEMPLATEW,HWND,DLGPROC,LPARAM); 3120 3131 #define DialogBoxIndirectParam WINELIB_NAME_AW(DialogBoxIndirectParam) 3121 3132 INT WINAPI DialogBoxParamA(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM);
Note:
See TracChangeset
for help on using the changeset viewer.