DLL export patch #22
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user