Changeset 1108 for trunk/include/win/winuser.h
- Timestamp:
- Oct 2, 1999, 3:55:46 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r874 r1108 1 /* $Id: winuser.h,v 1. 8 1999-09-08 12:12:28 sandervlExp $ */1 /* $Id: winuser.h,v 1.9 1999-10-02 13:55:46 cbratschi Exp $ */ 2 2 3 3 #ifndef __INCLUDE_WINUSER_H … … 3157 3157 INT WINAPI DrawTextW(HDC,LPCWSTR,INT,LPRECT,UINT); 3158 3158 #define DrawText WINELIB_NAME_AW(DrawText) 3159 INT WINAPI DrawTextExA(HDC,LPCSTR,INT,LPRECT,UINT,LPDRAWTEXTPARAMS); 3160 INT WINAPI DrawTextExW(HDC,LPWSTR,INT,LPRECT,UINT,LPDRAWTEXTPARAMS); 3161 #define DrawTextEx WINELIB_NAME_AW(DrawTextEx) 3159 3162 BOOL WINAPI EmptyClipboard(void); 3160 3163 BOOL WINAPI EnableMenuItem(HMENU,UINT,UINT);
Note:
See TracChangeset
for help on using the changeset viewer.