Ignore:
Timestamp:
Dec 14, 1999, 12:07:58 AM (26 years ago)
Author:
sandervl
Message:

Removed odincrt dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/string.h

    r2055 r2071  
    5151   char * _Builtin __strncat( char *, const char *, size_t );
    5252   int    _Builtin __strncmp( const char *, const char *, size_t );
     53#ifndef PE2LX
    5354   char * _LNK_CONV __strncpy( char *, const char *, size_t );
     55#else
     56   char * _Builtin __strncpy( char *, const char *, size_t );
     57#endif
    5458   char * _Builtin __strrchr( const char *, int );
    5559   #endif
Note: See TracChangeset for help on using the changeset viewer.