DLL export patch
All checks were successful
JCS-Prod/RSE-Model/pipeline/pr-master This commit looks good
JCS-Prod/RSE-Model/pipeline/head This commit looks good

This commit is contained in:
JackCarterSmith 2022-09-14 20:13:45 +02:00
parent f4960548ea
commit f21a7cb0a7
Signed by: JackCarterSmith
GPG Key ID: 832E52F4E23F8F24

View File

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