Merge branch 'pandora' of https://github.com/reicast/emulator into pandora

This commit is contained in:
ptitSeb 2014-08-18 23:03:05 +02:00
commit 763e0948c0
2 changed files with 2 additions and 2 deletions

View File

@ -83,4 +83,4 @@ ifdef NO_REC
RZDCY_CFLAGS += -DHOST_NO_REC
endif
RZDCY_CXXFLAGS := $(RZDCY_CFLAGS) -fno-exceptions -fno-rtti -std=gnu++11
RZDCY_CXXFLAGS := $(RZDCY_CFLAGS) -fno-exceptions -fno-rtti -std=gnu++11

View File

@ -362,4 +362,4 @@ lws_plat_inet_ntop(int af, const void *src, char *dst, int cnt)
return ok ? dst : NULL;
}
#endif
#endif