- Timestamp:
- Dec 16, 1999, 5:51:21 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
include/win/winuser.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2087 r2091 1 /* $Id: changelog,v 1.538 1999-12-16 00:22:08 sandervl Exp $ */ 1 /* $Id: changelog,v 1.539 1999-12-16 16:51:21 cbratschi Exp $ */ 2 3 99-12-16: Christoph Bratschi <cbratschi@datacomm.ch> 4 - USER32: fixed 'dancing characters' in edit control 5 ported GrayString from WINE 6 desktop: terminate string in WM_GETTEXT 7 - GDI32: several bug fixes for text output functions 8 implemented PolyTextOutA/W 2 9 3 10 99-12-14: Sander van Leeuwen <sandervl@xs4all.nl> -
trunk/include/win/winuser.h
r1921 r2091 1 /* $Id: winuser.h,v 1.2 1 1999-12-01 18:21:30cbratschi Exp $ */1 /* $Id: winuser.h,v 1.22 1999-12-16 16:50:51 cbratschi Exp $ */ 2 2 3 3 #ifndef __INCLUDE_WINUSER_H … … 3702 3702 INT WINAPI LoadMessageW(HMODULE,UINT,WORD,LPWSTR,INT); 3703 3703 3704 //USER32 functions imported from GDI32 3705 3706 #ifndef SYSTEM 3707 #define SYSTEM _System 3708 #endif 3709 3710 INT SYSTEM InternalDrawTextExA(HDC,LPCSTR,INT,LPRECT,UINT,LPDRAWTEXTPARAMS,BOOL); 3711 INT SYSTEM InternalDrawTextExW(HDC,LPCWSTR,INT,LPRECT,UINT,LPDRAWTEXTPARAMS,BOOL); 3712 DWORD SYSTEM InternalGetTabbedTextExtentA(HDC,LPCSTR,INT,INT,LPINT); 3713 DWORD SYSTEM InternalGetTabbedTextExtentW(HDC,LPCWSTR,INT,INT,LPINT); 3714 LONG SYSTEM InternalTabbedTextOutA(HDC,INT,INT,LPCSTR,INT,INT,LPINT,INT); 3715 LONG SYSTEM InternalTabbedTextOutW(HDC,INT,INT,LPCWSTR,INT,INT,LPINT,INT); 3716 3704 3717 VOID WINAPI TrackWin32Window(HWND,BOOL); 3705 3718
Note:
See TracChangeset
for help on using the changeset viewer.
