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

This commit is contained in:
JackCarterSmith 2022-09-14 20:04:18 +02:00
parent 6cba3cb768
commit 0507ff6d28
Signed by: JackCarterSmith
GPG Key ID: 832E52F4E23F8F24

View File

@ -7,6 +7,10 @@
* *
*/ */
#if defined(RSPTERRAIN_DLL)
#define RSPTERRAIN_DLLBUILD
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@ -18,7 +22,7 @@
#include "RSPTerrain.h" #include "RSPTerrain.h"
char* RSPTerrain_getVersion( void ) { inline char* RSPTerrain_getVersion( void ) {
return PRG_VERSION; return PRG_VERSION;
} }