mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-21 22:31:19 +00:00
skip checking STDC_HEADERS
This commit is contained in:
parent
d7e93d8f37
commit
9009a2741f
@ -28,9 +28,9 @@
|
||||
#include <config.h>
|
||||
#include "user_strings_unix.h"
|
||||
|
||||
#ifndef STDC_HEADERS
|
||||
#error "You don't have ANSI C header files."
|
||||
#endif
|
||||
//#ifndef STDC_HEADERS
|
||||
//#error "You don't have ANSI C header files."
|
||||
//#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <sys/types.h>
|
||||
|
@ -28,9 +28,9 @@
|
||||
#include "config.h"
|
||||
#include "user_strings_windows.h"
|
||||
|
||||
#ifndef STDC_HEADERS
|
||||
#error "You don't have ANSI C header files."
|
||||
#endif
|
||||
//#ifndef STDC_HEADERS
|
||||
//#error "You don't have ANSI C header files."
|
||||
//#endif
|
||||
|
||||
#ifndef WIN32
|
||||
#define WIN32
|
||||
|
@ -28,9 +28,9 @@
|
||||
#include "config.h"
|
||||
#include "user_strings_unix.h"
|
||||
|
||||
#ifndef STDC_HEADERS
|
||||
#error "You don't have ANSI C header files."
|
||||
#endif
|
||||
//#ifndef STDC_HEADERS
|
||||
//#error "You don't have ANSI C header files."
|
||||
//#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <sys/types.h>
|
||||
|
@ -28,9 +28,9 @@
|
||||
#include "config.h"
|
||||
#include "user_strings_windows.h"
|
||||
|
||||
#ifndef STDC_HEADERS
|
||||
#error "You don't have ANSI C header files."
|
||||
#endif
|
||||
//#ifndef STDC_HEADERS
|
||||
//#error "You don't have ANSI C header files."
|
||||
//#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user