Changeset 7937 for trunk/include/win


Ignore:
Timestamp:
Feb 16, 2002, 11:18:24 PM (24 years ago)
Author:
phaller
Message:

added pointer to GCP_RESULTx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wingdi.h

    r7810 r7937  
    11671167    UINT nGlyphs;
    11681168    UINT nMaxFit;
    1169 } GCP_RESULTSA;
     1169} GCP_RESULTSA, *LPGCP_RESULTSA;
    11701170
    11711171typedef struct tagGCP_RESULTSW
     
    11801180    UINT nGlyphs;
    11811181    UINT nMaxFit;
    1182 } GCP_RESULTSW;
     1182} GCP_RESULTSW, *LPGCP_RESULTSW;
    11831183
    11841184DECL_WINELIB_TYPE_AW(GCP_RESULTS)
Note: See TracChangeset for help on using the changeset viewer.