Core: Fix version header

This commit is contained in:
Vicki Pfau 2020-05-26 22:10:22 -07:00
parent 691c202c40
commit 4297ae70fd
1 changed files with 0 additions and 4 deletions

View File

@ -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;