mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 07:13:26 +00:00
(nbio) Use boolean.h
This commit is contained in:
parent
16159a751f
commit
215c434e81
@ -3,7 +3,7 @@ TARGET := nbio_test
|
|||||||
SOURCES := $(wildcard *.c)
|
SOURCES := $(wildcard *.c)
|
||||||
OBJS := $(SOURCES:.c=.o)
|
OBJS := $(SOURCES:.c=.o)
|
||||||
|
|
||||||
CFLAGS += -Wall -pedantic -std=gnu99 -O0 -g -I../../include
|
CFLAGS += -Wall -pedantic -std=gnu99 -O0 -g -I../libretro-sdk/include
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <stddef.h> /* size_t */
|
#include <stddef.h>
|
||||||
#include <stdbool.h> /* bool */
|
#include <boolean.h>
|
||||||
|
|
||||||
enum nbio_mode_t {
|
enum nbio_mode_t {
|
||||||
/* The comments tell which mode in fopen() it corresponds to. */
|
/* The comments tell which mode in fopen() it corresponds to. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user