Changeset 7844 for trunk/include/win/winuser.h
- Timestamp:
- Feb 8, 2002, 4:07:16 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r7810 r7844 1968 1968 DECL_WINELIB_TYPE_AW(MSGBOXPARAMS) 1969 1969 DECL_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;1988 1970 1989 1971 #define MONITOR_DEFAULTTONULL 0x00000000 … … 3251 3233 BOOL WINAPI GetMonitorInfoW(HMONITOR,LPMONITORINFO); 3252 3234 #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);3256 3235 DWORD WINAPI GetWindowContextHelpId(HWND); 3257 3236 DWORD WINAPI GetWindowThreadProcessId(HWND,LPDWORD);
Note:
See TracChangeset
for help on using the changeset viewer.