Ignore:
Timestamp:
Oct 2, 1999, 3:55:46 PM (26 years ago)
Author:
cbratschi
Message:

added DrawTextExA/W

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 sandervl Exp $ */
     1/* $Id: winuser.h,v 1.9 1999-10-02 13:55:46 cbratschi Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    31573157INT       WINAPI DrawTextW(HDC,LPCWSTR,INT,LPRECT,UINT);
    31583158#define     DrawText WINELIB_NAME_AW(DrawText)
     3159INT       WINAPI DrawTextExA(HDC,LPCSTR,INT,LPRECT,UINT,LPDRAWTEXTPARAMS);
     3160INT       WINAPI DrawTextExW(HDC,LPWSTR,INT,LPRECT,UINT,LPDRAWTEXTPARAMS);
     3161#define DrawTextEx WINELIB_NAME_AW(DrawTextEx)
    31593162BOOL      WINAPI EmptyClipboard(void);
    31603163BOOL      WINAPI EnableMenuItem(HMENU,UINT,UINT);
Note: See TracChangeset for help on using the changeset viewer.