DLL export patch #22

Merged
JackCarterSmith merged 1 commits from develop into master 2022-09-15 20:43:33 +02:00

View File

@ -7,6 +7,10 @@
* *
*/ */
#if defined(RSPMODEL_DLL)
#define RSPMODEL_DLLBUILD
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@ -17,7 +21,7 @@
#include "RSPModel.h" #include "RSPModel.h"
char* RSPModel_getVersion( void ) { inline char* RSPModel_getVersion( void ) {
return PRG_VERSION; return PRG_VERSION;
} }