Ignore:
Timestamp:
Nov 24, 2011, 6:53:58 PM (14 years ago)
Author:
dmik
Message:

Port GDI32 to GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/gdi32/ft2supp.cpp

    r21628 r21816  
    4848// Constructor
    4949//******************************************************************************
    50 CFT2Module::CFT2Module(char* sModuleName): bEnabled(FALSE), hftModule(0), pfnGetGlyphIndices(NULL),
     50CFT2Module::CFT2Module(const char* sModuleName): bEnabled(FALSE), hftModule(0), pfnGetGlyphIndices(NULL),
    5151                pfnFt2GetTextExtentW(NULL), pfnFt2EnableFontEngine(NULL),
    5252                pfnFt2GetGlyphOutline(NULL), pfnFt2CharStringPosAtA(NULL),
     
    183183//******************************************************************************
    184184//******************************************************************************
    185 PFN CFT2Module::QueryProcAddress(char * procname)
     185PFN CFT2Module::QueryProcAddress(const char * procname)
    186186{
    187187    APIRET rc;
Note: See TracChangeset for help on using the changeset viewer.