mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +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)
|
||||
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)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <stddef.h> /* size_t */
|
||||
#include <stdbool.h> /* bool */
|
||||
#include <stddef.h>
|
||||
#include <boolean.h>
|
||||
|
||||
enum nbio_mode_t {
|
||||
/* The comments tell which mode in fopen() it corresponds to. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user