Ignore:
Timestamp:
Feb 8, 2002, 4:07:16 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r7810 r7844  
    19681968DECL_WINELIB_TYPE_AW(MSGBOXPARAMS)
    19691969DECL_WINELIB_TYPE_AW(LPMSGBOXPARAMS)
    1970 
    1971 typedef struct _numberfmt32a {
    1972     UINT NumDigits;
    1973     UINT LeadingZero;
    1974     UINT Grouping;
    1975     LPCSTR lpDecimalSep;
    1976     LPCSTR lpThousandSep;
    1977     UINT NegativeOrder;
    1978 } NUMBERFMTA;
    1979 
    1980 typedef struct _numberfmt32w {
    1981     UINT NumDigits;
    1982     UINT LeadingZero;
    1983     UINT Grouping;
    1984     LPCWSTR lpDecimalSep;
    1985     LPCWSTR lpThousandSep;
    1986     UINT NegativeOrder;
    1987 } NUMBERFMTW;
    19881970
    19891971#define MONITOR_DEFAULTTONULL       0x00000000
     
    32513233BOOL      WINAPI GetMonitorInfoW(HMONITOR,LPMONITORINFO);
    32523234#define     GetMonitorInfo WINELIB_NAME_AW(GetMonitorInfo)
    3253 INT       WINAPI GetNumberFormatA(LCID,DWORD,LPCSTR,const NUMBERFMTA*,LPSTR,int);
    3254 INT       WINAPI GetNumberFormatW(LCID,DWORD,LPCWSTR,const NUMBERFMTW*,LPWSTR,int);
    3255 #define     GetNumberFormat WINELIB_NAME_AW(GetNumberFormat);
    32563235DWORD       WINAPI GetWindowContextHelpId(HWND);
    32573236DWORD       WINAPI GetWindowThreadProcessId(HWND,LPDWORD);
Note: See TracChangeset for help on using the changeset viewer.