Changeset 3354 for trunk/include/win/wingdi.h
- Timestamp:
 - Apr 9, 2000, 1:09:12 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/include/win/wingdi.h (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/win/wingdi.h
r2940 r3354 1 /* $Id: wingdi.h,v 1.1 2 2000-02-29 00:55:09sandervl Exp $ */1 /* $Id: wingdi.h,v 1.13 2000-04-09 11:09:11 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINGDI_H … … 530 530 531 531 DECL_WINELIB_TYPE_AW(ENUMLOGFONT) 532 DECL_WINELIB_TYPE_AW(ENUMLOGFONTEX) 532 533 DECL_WINELIB_TYPE_AW(LPENUMLOGFONT) 533 534 DECL_WINELIB_TYPE_AW(LPENUMLOGFONTEX) … … 2827 2828 INT WINAPI AddFontResourceA(LPCSTR); 2828 2829 INT WINAPI AddFontResourceW(LPCWSTR); 2830 #define AddFontResource WINELIB_NAME_AW(AddFontResource) 2829 2831 BOOL WINAPI AnimatePalette(HPALETTE,UINT,UINT,const PALETTEENTRY*); 2830 2832 BOOL WINAPI Arc(HDC,INT,INT,INT,INT,INT,INT,INT,INT); … … 3041 3043 BOOL WINAPI RemoveFontResourceA(LPCSTR); 3042 3044 BOOL WINAPI RemoveFontResourceW(LPCWSTR); 3045 #define RemoveFontResource WINELIB_NAME_AW(RemoveFontResource) 3043 3046 HDC WINAPI ResetDCA(HDC,const DEVMODEA *); 3044 3047 HDC WINAPI ResetDCW(HDC,const DEVMODEW *); 3048 #define ResetDC WINELIB_NAME_AW(ResetDC) 3045 3049 BOOL WINAPI ResizePalette(HPALETTE,UINT); 3046 3050 BOOL WINAPI RestoreDC(HDC,INT);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  