mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
Fix mingw windows build.
This commit is contained in:
parent
a865643d6c
commit
682fa59e42
6 changed files with 21 additions and 20 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#define strncasecmp _strnicmp
|
||||
char* getcwd(char* buf, size_t size);
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue