Changeset 21816 for branches/gcc-kmk/src/gdi32/ft2supp.cpp
- Timestamp:
- Nov 24, 2011, 6:53:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/gdi32/ft2supp.cpp
r21628 r21816 48 48 // Constructor 49 49 //****************************************************************************** 50 CFT2Module::CFT2Module(c har* sModuleName): bEnabled(FALSE), hftModule(0), pfnGetGlyphIndices(NULL),50 CFT2Module::CFT2Module(const char* sModuleName): bEnabled(FALSE), hftModule(0), pfnGetGlyphIndices(NULL), 51 51 pfnFt2GetTextExtentW(NULL), pfnFt2EnableFontEngine(NULL), 52 52 pfnFt2GetGlyphOutline(NULL), pfnFt2CharStringPosAtA(NULL), … … 183 183 //****************************************************************************** 184 184 //****************************************************************************** 185 PFN CFT2Module::QueryProcAddress(c har * procname)185 PFN CFT2Module::QueryProcAddress(const char * procname) 186 186 { 187 187 APIRET rc;
Note:
See TracChangeset
for help on using the changeset viewer.