mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Define _SIZE_T_DEFINED_ in configure.c for OpenBSD.
This commit is contained in:
parent
2a26759e70
commit
cc9f3609a9
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
||||||
|
|
||||||
#include "SYSTEM.h"
|
#include "SYSTEM.h"
|
||||||
|
|
||||||
|
#define _SIZE_T_DEFINED_
|
||||||
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define strncasecmp _strnicmp
|
#define strncasecmp _strnicmp
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue