Ignore:
Timestamp:
Oct 4, 1999, 11:56:04 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes by several people (see changelog for 4 October

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 cbratschi Exp $ */
     1/* $Id: winuser.h,v 1.10 1999-10-04 09:55:52 sandervl Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    684684#define WM_PRINT             0x0317
    685685#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
    686697
    687698  /* FIXME: This does not belong to any libwine interface header */
     
    30533064           CreateDialogIndirectParamW(inst,ptr,hwnd,dlg,0)
    30543065#define     CreateDialogIndirect WINELIB_NAME_AW(CreateDialogIndirect)
    3055 HWND      WINAPI CreateDialogIndirectParamA(HINSTANCE,DLGTEMPLATE *,HWND,
     3066HWND      WINAPI CreateDialogIndirectParamA(HINSTANCE,LPCDLGTEMPLATEA,HWND,
    30563067                                            DLGPROC,LPARAM);
    3057 HWND      WINAPI CreateDialogIndirectParamW(HINSTANCE,DLGTEMPLATE *,HWND,
     3068HWND      WINAPI CreateDialogIndirectParamW(HINSTANCE,LPCDLGTEMPLATEW,HWND,
    30583069                                            DLGPROC,LPARAM);
    30593070#define     CreateDialogIndirectParam WINELIB_NAME_AW(CreateDialogIndirectParam)
     
    31163127            DialogBoxIndirectParamW(inst,template,owner,func,0)
    31173128#define     DialogBoxIndirect WINELIB_NAME_AW(DialogBoxIndirect)
    3118 INT       WINAPI DialogBoxIndirectParamA(HINSTANCE,DLGTEMPLATE *,HWND,DLGPROC,LPARAM);
    3119 INT       WINAPI DialogBoxIndirectParamW(HINSTANCE,DLGTEMPLATE *,HWND,DLGPROC,LPARAM);
     3129INT       WINAPI DialogBoxIndirectParamA(HINSTANCE,LPCDLGTEMPLATEA,HWND,DLGPROC,LPARAM);
     3130INT       WINAPI DialogBoxIndirectParamW(HINSTANCE,LPCDLGTEMPLATEW,HWND,DLGPROC,LPARAM);
    31203131#define     DialogBoxIndirectParam WINELIB_NAME_AW(DialogBoxIndirectParam)
    31213132INT       WINAPI DialogBoxParamA(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM);
Note: See TracChangeset for help on using the changeset viewer.