OpcUaCanOpen
CANopen OPC-UA server
muParserFixes.h File Reference

This file contains compatibility fixes for some platforms. More...

Go to the source code of this file.

Macros

#define MUPARSER_HELPER_DLL_IMPORT
 
#define MUPARSER_HELPER_DLL_EXPORT
 
#define MUPARSER_HELPER_DLL_LOCAL
 
#define API_EXPORT_CXX   MUPARSER_HELPER_DLL_IMPORT
 
#define MUPARSER_LOCAL   MUPARSER_HELPER_DLL_LOCAL
 
#define API_EXPORT(TYPE)   TYPE
 

Detailed Description

This file contains compatibility fixes for some platforms.

Definition in file muParserFixes.h.

Macro Definition Documentation

◆ API_EXPORT

#define API_EXPORT (   TYPE)    TYPE

Definition at line 99 of file muParserFixes.h.

◆ API_EXPORT_CXX

#define API_EXPORT_CXX   MUPARSER_HELPER_DLL_IMPORT

Definition at line 87 of file muParserFixes.h.

◆ MUPARSER_HELPER_DLL_EXPORT

#define MUPARSER_HELPER_DLL_EXPORT

Definition at line 74 of file muParserFixes.h.

◆ MUPARSER_HELPER_DLL_IMPORT

#define MUPARSER_HELPER_DLL_IMPORT

Definition at line 73 of file muParserFixes.h.

◆ MUPARSER_HELPER_DLL_LOCAL

#define MUPARSER_HELPER_DLL_LOCAL

Definition at line 75 of file muParserFixes.h.

◆ MUPARSER_LOCAL

#define MUPARSER_LOCAL   MUPARSER_HELPER_DLL_LOCAL

Definition at line 89 of file muParserFixes.h.