Fix for new GME code.

CQTexperiment
Christopher Snowhill 2017-03-12 21:38:00 -07:00
parent a70f6b57a5
commit 8a2c48bbda
1 changed files with 4 additions and 0 deletions

View File

@ -146,6 +146,10 @@ typedef unsigned char blargg_byte;
#undef byte
#define byte blargg_byte
#ifndef _countof
#define _countof(x) (sizeof((x))/sizeof((x)[0]))
#endif
#ifndef BLARGG_EXPORT
#if defined (_WIN32) && BLARGG_BUILD_DLL
#define BLARGG_EXPORT __declspec(dllexport)