|
@ -37,12 +37,8 @@ |
|
|
#include "../../Configuration.h" |
|
|
#include "../../Configuration.h" |
|
|
|
|
|
|
|
|
#ifdef CUSTOM_VERSION_FILE |
|
|
#ifdef CUSTOM_VERSION_FILE |
|
|
#if defined(__has_include) |
|
|
#if __has_include(STRINGIFY(../../CUSTOM_VERSION_FILE)) |
|
|
#if __has_include(XSTR(../../CUSTOM_VERSION_FILE)) |
|
|
#include STRINGIFY(../../CUSTOM_VERSION_FILE) |
|
|
#include XSTR(../../CUSTOM_VERSION_FILE) |
|
|
|
|
|
#endif |
|
|
|
|
|
#else |
|
|
|
|
|
#include XSTR(../../CUSTOM_VERSION_FILE) |
|
|
|
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|