Ignore:
Timestamp:
Dec 5, 1999, 3:58:07 PM (26 years ago)
Author:
phaller
Message:

Fix: CreateFontAW macros, so we can compile font.cpp as RELEASE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/font.cpp

    r1966 r1982  
    1 /* $Id: font.cpp,v 1.7 1999-12-04 13:53:12 hugh Exp $ */
     1/* $Id: font.cpp,v 1.8 1999-12-05 14:58:07 phaller Exp $ */
    22
    33/*
     
    126126//******************************************************************************
    127127//******************************************************************************
    128 ODINFUNCTION14(HFONT,  CreateFontA,
    129                int,    nHeight,
    130                int,    nWidth,
    131                int,    nEscapement,
    132                int,    nOrientation,
    133                int,    fnWeight,
    134                DWORD,  fdwItalic,
    135                DWORD,  fdwUnderline,
    136                DWORD,  fdwStrikeOut,
    137                DWORD,  fdwCharSet,
    138                DWORD,  fdwOutputPrecision,
    139                DWORD,  fdwClipPrecision,
    140                DWORD,  fdwQuality,
    141                DWORD,  fdwPitchAndFamily,
    142                LPCSTR, lpszFace)
     128ODINFUNCTIONNODBG14(HFONT,  CreateFontA, int,    nHeight,
     129                                    int,    nWidth,
     130                                    int,    nEscapement,
     131                                    int,    nOrientation,
     132                                    int,    fnWeight,
     133                                    DWORD,  fdwItalic,
     134                                    DWORD,  fdwUnderline,
     135                                    DWORD,  fdwStrikeOut,
     136                                    DWORD,  fdwCharSet,
     137                                    DWORD,  fdwOutputPrecision,
     138                                    DWORD,  fdwClipPrecision,
     139                                    DWORD,  fdwQuality,
     140                                    DWORD,  fdwPitchAndFamily,
     141                                    LPCSTR, lpszFace)
    143142{
    144143  CHAR  lpstrFaceNew[LF_FACESIZE];
     
    167166//******************************************************************************
    168167//******************************************************************************
    169 ODINFUNCTION14(HFONT,  CreateFontW,
     168ODINFUNCTIONNODBG14(HFONT,  CreateFontW,
    170169               int,    nHeight,
    171170               int,    nWidth,
Note: See TracChangeset for help on using the changeset viewer.