Core: Fix version header
Vicki Pfau vi@endrift.com
Tue, 26 May 2020 22:10:22 -0700
1 files changed,
0 insertions(+),
4 deletions(-)
jump to
M
include/mgba/core/version.h
→
include/mgba/core/version.h
@@ -10,11 +10,7 @@ #ifdef __cplusplus
extern "C" { #endif -#ifdef MGBA_STANDALONE -#define MGBA_EXPORT -#else #include <mgba-util/dllexports.h> -#endif extern MGBA_EXPORT const char* const gitCommit; extern MGBA_EXPORT const char* const gitCommitShort;