mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +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 <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdbool.h>
|
#include "../boolean.h"
|
||||||
|
|
||||||
unsigned RWebAudioSampleRate(void);
|
unsigned RWebAudioSampleRate(void);
|
||||||
void *RWebAudioInit(unsigned latency);
|
void *RWebAudioInit(unsigned latency);
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include "../boolean.h"
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
|
|
||||||
void *RWebCamInit(uint64_t caps, unsigned width, unsigned height);
|
void *RWebCamInit(uint64_t caps, unsigned width, unsigned height);
|
||||||
|
@ -33,9 +33,9 @@
|
|||||||
#define MENU_TEXTURE_FULLSCREEN true
|
#define MENU_TEXTURE_FULLSCREEN true
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#include "../../boolean.h"
|
||||||
#include <stdbool.h>
|
|
||||||
#else
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include "../../boolean.h"
|
||||||
#include "../../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../libretro_private.h"
|
#include "../../libretro_private.h"
|
||||||
|
@ -18,9 +18,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#include "../../boolean.h"
|
||||||
#include <stdbool.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "../../config.h"
|
#include "../../config.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdbool.h>
|
#include "../boolean.h"
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <sdk_version.h>
|
#include <sdk_version.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include "../boolean.h"
|
||||||
|
|
||||||
#include "sdk_defines.h"
|
#include "sdk_defines.h"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "SDL_thread.h"
|
#include "SDL_thread.h"
|
||||||
#include "SDL_mutex.h"
|
#include "SDL_mutex.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdbool.h>
|
#include "../boolean.h"
|
||||||
|
|
||||||
SDL_cond *SDL_CreateCond(void)
|
SDL_cond *SDL_CreateCond(void)
|
||||||
{
|
{
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdbool.h>
|
#include "../boolean.h"
|
||||||
#include "../general.h"
|
#include "../general.h"
|
||||||
|
|
||||||
#include <xenon_sound/sound.h>
|
#include <xenon_sound/sound.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user