fixed dll export/import problem
This commit is contained in:
@@ -32,13 +32,17 @@
|
||||
#ifndef INCpostfixh
|
||||
#define INCpostfixh
|
||||
|
||||
#include <shareLib.h>
|
||||
#include "shareLib.h"
|
||||
|
||||
#define BAD_EXPRESSION 0
|
||||
#define END_STACK 127
|
||||
|
||||
epicsShareFunc long epicsShareAPI sCalcPostfix(char *pinfix, char **pp_postfix, short *perror);
|
||||
long epicsShareAPI sCalcPostfix (char *pinfix,
|
||||
char **pp_postfix, short *perror);
|
||||
epicsShareFunc long epicsShareAPI
|
||||
sCalcPerform(double *parg, int numArgs, char **psarg, int numSArgs, double *presult, char *psresult, int lenSresult, char *post);
|
||||
sCalcPerform (double *parg, int numArgs,
|
||||
char **psarg, int numSArgs, double *presult,
|
||||
char *psresult, int lenSresult, char *post);
|
||||
|
||||
#endif /* INCpostfixh */
|
||||
|
||||
|
||||
@@ -32,13 +32,17 @@
|
||||
#ifndef INCpostfixh
|
||||
#define INCpostfixh
|
||||
|
||||
#include <shareLib.h>
|
||||
#include "shareLib.h"
|
||||
|
||||
#define BAD_EXPRESSION 0
|
||||
#define END_STACK 127
|
||||
|
||||
epicsShareFunc long epicsShareAPI sCalcPostfix(char *pinfix, char **pp_postfix, short *perror);
|
||||
long epicsShareAPI sCalcPostfix (char *pinfix,
|
||||
char **pp_postfix, short *perror);
|
||||
epicsShareFunc long epicsShareAPI
|
||||
sCalcPerform(double *parg, int numArgs, char **psarg, int numSArgs, double *presult, char *psresult, int lenSresult, char *post);
|
||||
sCalcPerform (double *parg, int numArgs,
|
||||
char **psarg, int numSArgs, double *presult,
|
||||
char *psresult, int lenSresult, char *post);
|
||||
|
||||
#endif /* INCpostfixh */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user