mirror of https://github.com/mgba-emu/mgba.git
Core: Fix version header
This commit is contained in:
parent
691c202c40
commit
4297ae70fd
|
@ -10,11 +10,7 @@
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue