had wrong name for ifdef

This commit is contained in:
Marty Kraimer
2015-03-30 06:39:39 -04:00
parent e79c70c74c
commit 4af5ba92d9

View File

@ -8,8 +8,8 @@
* @author mrk
* @date 2013.04.02
*/
#ifndef EXAMPLECOUNTER_H
#define EXAMPLECOUNTER_H
#ifndef EXAMPLESERVER_H
#define EXAMPLESERVER_H
#ifdef epicsExportSharedSymbols
# define exampleServerEpicsExportSharedSymbols
@ -58,4 +58,4 @@ private:
}}
#endif /* EXAMPLECOUNTER_H */
#endif /* EXAMPLESERVER_H */