mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-20 11:30:37 +00:00
Include boolean.h instead of stdbool.h
This commit is contained in:
parent
b30db14bcf
commit
de0d0626f6
@ -15,7 +15,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <stdbool.h>
|
||||
#include "../boolean.h"
|
||||
|
||||
unsigned RWebAudioSampleRate(void);
|
||||
void *RWebAudioInit(unsigned latency);
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "../boolean.h"
|
||||
#include "../driver.h"
|
||||
|
||||
void *RWebCamInit(uint64_t caps, unsigned width, unsigned height);
|
||||
|
@ -33,9 +33,9 @@
|
||||
#define MENU_TEXTURE_FULLSCREEN true
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
#else
|
||||
#include "../../boolean.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "../../boolean.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../libretro_private.h"
|
||||
|
@ -18,9 +18,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
#include "../../boolean.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "../driver.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include "../boolean.h"
|
||||
#include "../general.h"
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <sdk_version.h>
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "../boolean.h"
|
||||
|
||||
#include "sdk_defines.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "SDL_thread.h"
|
||||
#include "SDL_mutex.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include "../boolean.h"
|
||||
|
||||
SDL_cond *SDL_CreateCond(void)
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "../driver.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include "../boolean.h"
|
||||
#include "../general.h"
|
||||
|
||||
#include <xenon_sound/sound.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user