Changeset 21501 for trunk/include


Ignore:
Timestamp:
Dec 3, 2010, 12:10:35 PM (15 years ago)
Author:
dmik
Message:

minivcrt: Added MSVC-like wcstok() because the POSIX one has a different number of arguments. Note that this definition implies that minivcrt.h is included after any headers that may drag POSIX' wchar.h in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/minivcrt.h

    r21500 r21501  
    8989int         _wunlink(const WCHAR*);
    9090
     91#define wcstok      NTDLL_wcstok
     92
     93WCHAR*      wcstok(WCHAR*,WCHAR*);
     94
    9195#define _stat stat
    9296struct _stat;
Note: See TracChangeset for help on using the changeset viewer.