Changeset 2223 for trunk/src/comdlg32


Ignore:
Timestamp:
Dec 28, 1999, 11:31:02 AM (26 years ago)
Author:
sandervl
Message:

JW's def file changes

File:
1 edited

Legend:

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

    r1556 r2223  
    1 ; $Id: comdlg32.def,v 1.4 1999-11-02 20:37:42 sandervl Exp $
     1; $Id: comdlg32.def,v 1.5 1999-12-28 10:30:59 sandervl Exp $
    22
    3 ;Created by BLAST for IBM's compiler
     3;
     4; Based on NT 4.0 SP6: COMDLG32.DLL
     5;
    46LIBRARY COMDLG32 INITINSTANCE
    57DATA MULTIPLE NONSHARED
    68
    79EXPORTS
    8     ChooseColorA               = _ChooseColorA@4             @1
    9     ChooseColorW               = _ChooseColorW@4             @2
    10     ChooseFontA                = _ChooseFontA@4              @3
    11     ChooseFontW                = _ChooseFontW@4              @4
    12     CommDlgExtendedError       = _CommDlgExtendedError32@0   @5
    13     FindTextA                  = _FindTextA@4                @6
    14     FindTextW                  = _FindTextW@4                @7
    15     GetFileTitleA              = _GetFileTitleA32@12           @8
    16     GetFileTitleW              = _GetFileTitleW32@12           @9
    17     GetOpenFileNameA           = _GetOpenFileNameA@4         @10
    18     GetOpenFileNameW           = _GetOpenFileNameW@4         @11
    19     GetSaveFileNameA           = _GetSaveFileNameA@4         @12
    20     GetSaveFileNameW           = _GetSaveFileNameW@4         @13
    21     PageSetupDlgA              = _PageSetupDlgA@4            @14
    22     PageSetupDlgW              = _PageSetupDlgW@4            @15
    23     PrintDlgA                  = _PrintDlgA@4                @16
    24     PrintDlgW                  = _PrintDlgW@4                @17
    25     ReplaceTextA               = _ReplaceTextA@4             @18
    26     ReplaceTextW               = _ReplaceTextW@4             @19
    27 ;    WEP                        = _WEP@??                     @20
     10    ChooseColorA               = _ChooseColorA@4             @101
     11    ChooseColorW               = _ChooseColorW@4             @102
     12    ChooseFontA                = _ChooseFontA@4              @103
     13    ChooseFontW                = _ChooseFontW@4              @104
     14    CommDlgExtendedError       = _CommDlgExtendedError32@0   @105
     15    FindTextA                  = _FindTextA@4                @106
     16    FindTextW                  = _FindTextW@4                @107
     17    GetFileTitleA              = _GetFileTitleA32@12         @108
     18    GetFileTitleW              = _GetFileTitleW32@12         @109
     19    GetOpenFileNameA           = _GetOpenFileNameA@4         @110
     20    GetOpenFileNameW           = _GetOpenFileNameW@4         @111
     21    GetSaveFileNameA           = _GetSaveFileNameA@4         @112
     22    GetSaveFileNameW           = _GetSaveFileNameW@4         @113
     23;   LoadAlterBitmap                                          @114
     24    PageSetupDlgA              = _PageSetupDlgA@4            @115
     25    PageSetupDlgW              = _PageSetupDlgW@4            @116
     26    PrintDlgA                  = _PrintDlgA@4                @117
     27    PrintDlgW                  = _PrintDlgW@4                @118
     28    ReplaceTextA               = _ReplaceTextA@4             @119
     29    ReplaceTextW               = _ReplaceTextW@4             @120
     30;   WantArrows                                               @121
     31;   dwLBSubclass                                             @122
     32;   dwOKSubclass                                             @123
     33
Note: See TracChangeset for help on using the changeset viewer.