Ignore:
Timestamp:
Jan 16, 2003, 4:22:42 PM (23 years ago)
Author:
sandervl
Message:

PF: Changes for building dll with GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/string.c

    r8429 r9684  
    3030 *                  _memicmp   (NTDLL.@)
    3131 */
     32#ifdef __WIN32OS2__
     33INT __cdecl NTDLL_memicmp( LPCSTR s1, LPCSTR s2, DWORD len )
     34#else
    3235INT __cdecl _memicmp( LPCSTR s1, LPCSTR s2, DWORD len )
     36#endif
    3337{
    3438    int ret = 0;
Note: See TracChangeset for help on using the changeset viewer.