fixed place where shareLib.h macros were not redifed

This commit is contained in:
Jeff Hill
1998-03-23 20:14:42 +00:00
parent eb74e8d5cc
commit 2e52bb9c1e
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
#ifndef INCpostfixh
#define INCpostfixh
#include "shareLib.h"
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);

View File

@@ -32,6 +32,8 @@
#ifndef INCpostfixh
#define INCpostfixh
#include "shareLib.h"
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);