mirror of
https://github.com/libretro/prosystem-libretro.git
synced 2024-11-27 02:00:30 +00:00
(QNX/General) Build fixes
This commit is contained in:
parent
11cf194182
commit
4ab1785669
2
Makefile
2
Makefile
@ -158,7 +158,7 @@ endif
|
||||
FLAGS += -D__LIBRETRO__ $(WARNINGS)
|
||||
|
||||
CXXFLAGS += $(FLAGS)
|
||||
CFLAGS += $(FLAGS) -std=gnu99
|
||||
CFLAGS += $(FLAGS)
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
ifeq ($(STATIC_LINKING), 1)
|
||||
|
@ -156,7 +156,7 @@ typedef struct
|
||||
|
||||
#ifndef NOCRYPT
|
||||
#define INCLUDECRYPTINGCODE_IFCRYPTALLOWED
|
||||
#include "crypt.h"
|
||||
#include "Crypt.h"
|
||||
#endif
|
||||
|
||||
local linkedlist_datablock_internal* allocate_new_datablock()
|
||||
|
Loading…
Reference in New Issue
Block a user