mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:51:49 +00:00
[CDMAKE]
- Fix Build on VS2015 svn path=/trunk/; revision=69141
This commit is contained in:
parent
a9ac73d0f7
commit
ba76268519
1 changed files with 2 additions and 0 deletions
|
@ -1851,6 +1851,7 @@ static char HELP[] =
|
|||
Program execution starts here.
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#if (defined(__GNUC__) || (_MSC_VER < 1900))
|
||||
char* strtok_s(char *str, const char *delim, char **ctx)
|
||||
{
|
||||
if (delim == NULL || ctx == NULL || (str == NULL && *ctx == NULL))
|
||||
|
@ -1874,6 +1875,7 @@ char* strtok_s(char *str, const char *delim, char **ctx)
|
|||
|
||||
return str;
|
||||
}
|
||||
#endif
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue