(QNX/General) Build fixes

This commit is contained in:
twinaphex 2014-08-08 19:57:18 +02:00
parent 11cf194182
commit 4ab1785669
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ endif
FLAGS += -D__LIBRETRO__ $(WARNINGS)
CXXFLAGS += $(FLAGS)
CFLAGS += $(FLAGS) -std=gnu99
CFLAGS += $(FLAGS)
$(TARGET): $(OBJECTS)
ifeq ($(STATIC_LINKING), 1)

View File

@ -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()