Changeset 21335 for trunk/src


Ignore:
Timestamp:
Jul 7, 2009, 9:06:59 PM (16 years ago)
Author:
vladest
Message:

Added exports, required for native Flash 9/10 wrapper

Location:
trunk/src/gdi32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdi32.DEF

    r10374 r21335  
    354354    GetGlyphIndicesA           = _GetGlyphIndicesA@20         @435
    355355    GetGlyphIndicesW           = _GetGlyphIndicesW@20         @436
    356 
     356    SetFreeTypeIntegration     = _SetFreeTypeIntegration@4    @437
    357357;
    358358; ENDOFEXPORTS
  • trunk/src/gdi32/gdi32dbg.def

    r10374 r21335  
    354354    GetGlyphIndicesA           = _GetGlyphIndicesA@20            @435
    355355    GetGlyphIndicesW           = _GetGlyphIndicesW@20            @436
    356 
     356    SetFreeTypeIntegration     = _SetFreeTypeIntegration@4    @437
    357357;
    358358; ENDOFEXPORTS
Note: See TracChangeset for help on using the changeset viewer.