Ignore:
Timestamp:
May 19, 2000, 2:09:25 PM (25 years ago)
Author:
sandervl
Message:

string api fix

File:
1 edited

Legend:

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

    r3554 r3561  
    1 ; $Id: shell32.def,v 1.25 2000-05-18 18:06:59 sandervl Exp $
     1; $Id: shell32.def,v 1.26 2000-05-19 12:09:25 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    318318    StrCmpNIW                         = _StrCmpNIW@12                         @307
    319319;   StrCmpNW                          = _StrCmpNW@?                           @308
    320 ;   StrCpyNA                          = _StrCpyNA@?                           @309
    321     StrCpyNW                          = _StrCpyNW@12                          @310
     320    StrCpyNA                          = _lstrcpynA@12                         @309
     321    StrCpyNW                          = _lstrcpynW@12                         @310
    322322;   StrNCmpA                          = _StrNCmpA@?                           @311
    323323;   StrNCmpIA                         = _StrNCmpIA@?                          @312
    324324;   StrNCmpIW                         = _StrNCmpIW@?                          @313
    325325;   StrNCmpW                          = _StrNCmpW@?                           @314
    326 ;   StrCpyA                           = _StrCpyA@?                            @315
    327     StrNCpyW                          = _StrNCpyW@8                           @316
     326    StrNCpyA                          = _lstrcpynA@12                         @315
     327    StrNCpyW                          = _lstrcpynW@12                         @316
    328328    StrRChrA                          = _StrRChrA@12                          @317
    329329;   StrRChrIA                         = _StrRChrIA@?                          @318
     
    374374    DllGetVersion                     = _SHELL32_DllGetVersion@4              @1220
    375375
    376     VERSION_OsIsUnicode                   @1000
    377376    _StrRetToStrNA@16                     @1004
    378377    _StrRetToStrNW@16                     @1005
Note: See TracChangeset for help on using the changeset viewer.