DLL export patch
This commit is contained in:
parent
f4960548ea
commit
f21a7cb0a7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user