Ignore:
Timestamp:
Aug 24, 2000, 11:35:07 AM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

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

    r4032 r4082  
    1 ; $Id: shell32.def,v 1.27 2000-08-18 02:01:19 phaller Exp $
     1; $Id: shell32.def,v 1.28 2000-08-24 09:35:07 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    105105;   Win32RemoveDirectory              = _Win32RemoveDirectory@?               @94
    106106    SHLogILFromFSIL                   = _SHLogILFromFSIL@4                    @95
    107     StrRetToStrN                      = _StrRetToStrN@16                      @96
     107    StrRetToStrN                      = _StrRetToStrNAW@16                    @96
    108108    SHWaitForFileToOpen               = _SHWaitForFileToOpen@12               @97
    109109    SHGetRealIDL                      = _SHGetRealIDL@12                      @98
     
    314314    StrChrIW                          = _StrChrIW@8                           @303
    315315    StrChrW                           = _StrChrW@8                            @304
    316 ;   StrCmpNA                          = _StrCmpNA@?                           @305
     316    StrCmpNA                          = _StrCmpNA@12                           @305
    317317    StrCmpNIA                         = _StrCmpNIA@12                         @306
    318318    StrCmpNIW                         = _StrCmpNIW@12                         @307
    319 ;   StrCmpNW                          = _StrCmpNW@?                           @308
     319    StrCmpNW                          = _StrCmpNW@12                           @308
    320320    StrCpyNA                          = _lstrcpynA@12                         @309
    321321    StrCpyNW                          = _lstrcpynW@12                         @310
     
    334334;   StrRStrIW                         = _StrRStrIW@?                          @323
    335335;   StrRStrW                          = _StrRStrW@?                           @324
    336 ;   StrStrA                           = _StrStrA@?                            @325
     336    StrStrA                           = _StrStrA@8                            @325
    337337    StrStrIA                          = _StrStrIA@8                           @326
    338338    StrStrIW                          = _StrStrIW@8                           @327
    339 ;   StrStrW                           = _StrStrW@?                            @328
     339    StrStrW                           = _StrStrW@8                            @328
    340340;   WOWShellExecute                   = _WOWShellExecute@?                    @329
    341341    SHRegCloseKey                     = _SHRegCloseKey@4                      @505
     
    371371    IsUserAdmin                       = _IsUserAdmin@0                        @680
    372372
     373;
     374; version 5.00 (Win2K)
     375;_WIN32_IE >= 0x0500
     376;
     377    SHGetFolderPathA                  = _SHGetFolderPathA@20
     378    SHGetFolderPathW                  = _SHGetFolderPathW@20
     379    SHGetFolderLocation               = _SHGetFolderLocation@20
     380
    373381;   FOOBAR1217                        = _FOOBAR1217@?                         @1217
    374382
    375383    DllGetVersion                     = _SHELL32_DllGetVersion@4              @1220
    376 
    377     _StrRetToStrNA@16                     @1004
    378     _StrRetToStrNW@16                     @1005
    379384
    380385    _StrFormatByteSizeA@12                @1041
    381386    _StrFormatByteSizeW@12                @1042
    382     _StrRetToBufA@16                      @1045
    383     _StrRetToBufW@16                      @1046
Note: See TracChangeset for help on using the changeset viewer.