mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 13:19:46 +00:00
ff9b4b8bac
libretro cores, retroarch packages and also added packages (not present in LibreELEC) stored under one folder for easier maintenance
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
--- a/src/common.h 2019-09-05 11:00:49.000000000 +0200
|
|
+++ b/src/common.h 2019-09-05 11:00:57.284429858 +0200
|
|
@@ -11,7 +11,7 @@
|
|
|
|
#if defined(__GNUC__) || defined(__clang__)
|
|
#if !defined(WIN32) && !defined(__ANDROID__) && !defined(__APPLE__) && !defined(__AMIGA__) && !defined(B_BEOS_VERSION) && !defined(__ATHEOS__) && !defined(EMSCRIPTEN) && !defined(__MINT__)
|
|
-#define USE_VERSIONED_SYMBOLS
|
|
+//#define USE_VERSIONED_SYMBOLS
|
|
#endif
|
|
#endif
|
|
|