Ignore:
Timestamp:
Apr 2, 2001, 12:38:55 PM (24 years ago)
Author:
umoeller
Message:

Dialog mgr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/gpih.h

    r34 r53  
    136136    typedef GPIHSPLITPRESFONT *PGPIHSPLITPRESFONT;
    137137
     138    BOOL XWPENTRY gpihLockLCIDs(VOID);
     139    typedef BOOL XWPENTRY GPIHLOCKLCIDS(VOID);
     140    typedef GPIHLOCKLCIDS *PGPIHLOCKLCIDS;
     141
     142    VOID XWPENTRY gpihUnlockLCIDs(VOID);
     143    typedef VOID XWPENTRY GPIHUNLOCKLCIDS(VOID);
     144    typedef GPIHUNLOCKLCIDS *PGPIHUNLOCKLCIDS;
     145
    138146    LONG XWPENTRY gpihFindFont(HPS hps,
    139147                               LONG lSize,
     
    153161                                   BOOL fInherit,
    154162                                   HPS hps,
    155                                    PSZ pszDefaultFont,
     163                                   const char *pcszDefaultFont,
    156164                                   PFONTMETRICS pFontMetrics,
    157165                                   PLONG plSize);
     
    159167                                           BOOL fInherit,
    160168                                           HPS hps,
    161                                            PSZ pszDefaultFont,
     169                                           const char *pcszDefaultFont,
    162170                                           PFONTMETRICS pFontMetrics,
    163171                                           PLONG plSize);
Note: See TracChangeset for help on using the changeset viewer.