Ignore:
Timestamp:
Jun 7, 1999, 5:37:34 PM (26 years ago)
Author:
achimha
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32.def

    r41 r44  
    4343  ImageList_SetOverlayImage    = _ImageList_SetOverlayImage@12       @79
    4444
     45  PropertySheetA               = _PropertySheetA@4                   @84
     46  PropertySheetW               = _PropertySheetW@4                   @85
     47  CreatePropertySheetPageA     = _CreatePropertySheetPageA@4         @19
     48  CreatePropertySheetPageW     = _CreatePropertySheetPageW@4         @20
     49  DestroyPropertySheetPage     = _DestroyPropertySheetPage@4         @24
     50 
     51
    4552
    4653  COMCTL32_Alloc     = _COMCTL32_Alloc@4        @71
     
    4855  COMCTL32_Free      = _COMCTL32_Free@4         @73
    4956  COMCTL32_GetSize   = _COMCTL32_GetSize@4      @74
     57
     58  Str_GetPtrA        = _Str_GetPtrA@12          @233
     59  Str_SetPtrA        = _Str_SetPtrA@8           @234
     60  Str_GetPtrW        = _Str_GetPtrW@12          @235
     61  Str_SetPtrW        = _Str_SetPtrW@8           @236
     62
     63  DSA_Create         = _DSA_Create@8            @320
     64  DSA_Destroy        = _DSA_Destroy@4           @321
     65  DSA_GetItem        = _DSA_GetItem@12          @322
     66  DSA_GetItemPtr     = _DSA_GetItemPtr@8        @323
     67  DSA_SetItem        = _DSA_SetItem@12          @324
     68  DSA_InsertItem     = _DSA_InsertItem@12       @325
     69  DSA_DeleteItem     = _DSA_DeleteItem@8        @326
     70  DSA_DeleteAllItems = _DSA_DeleteAllItems@4    @327
     71
     72  DPA_Create         = _DPA_Create@4            @328
     73  DPA_Destroy        = _DPA_Destroy@4           @329
     74  DPA_Grow           = _DPA_Grow@8              @330
     75  DPA_Clone          = _DPA_Clone@8             @331
     76  DPA_GetPtr         = _DPA_GetPtr@8            @332
     77  DPA_GetPtrIndex    = _DPA_GetPtrIndex@8       @333
     78  DPA_InsertPtr      = _DPA_InsertPtr@12        @334
     79  DPA_SetPtr         = _DPA_SetPtr@12           @335
     80  DPA_DeletePtr      = _DPA_DeletePtr@8         @336
     81  DPA_DeleteAllPtrs  = _DPA_DeleteAllPtrs@4     @337
     82  DPA_Sort           = _DPA_Sort@12             @338
     83  DPA_Search         = _DPA_Search@24           @339
     84  DPA_CreateEx       = _DPA_CreateEx@8          @440
Note: See TracChangeset for help on using the changeset viewer.