mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove string.h
This commit is contained in:
parent
62f54d9d65
commit
b929543782
@ -9,7 +9,7 @@ CommonCHeaders = '
|
|||||||
#include "fns.h"
|
#include "fns.h"
|
||||||
#include <stdarg.h> // for va_list
|
#include <stdarg.h> // for va_list
|
||||||
#include <inttypes.h> // int64_t etc
|
#include <inttypes.h> // int64_t etc
|
||||||
#include <string.h> // memcpy
|
//#include <string.h> // memcpy
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
@ -22,6 +22,10 @@ CommonCHeaders = '
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__CYGWIN__) && !defined(_WIN32)
|
||||||
|
#error Cygwin is not supported, please use MinGW or Visual Studio.
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user