nedxmldefs.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef __NEDXMLDEFS_H
00019 #define __NEDXMLDEFS_H
00020
00021 #include "platdefs.h"
00022
00023 NAMESPACE_BEGIN
00024
00025 #if defined(NEDXML_EXPORT)
00026 # define NEDXML_API OPP_DLLEXPORT
00027 #elif defined(NEDXML_IMPORT) || defined(OMNETPPLIBS_IMPORT)
00028 # define NEDXML_API OPP_DLLIMPORT
00029 #else
00030 # define NEDXML_API
00031 #endif
00032
00033 NAMESPACE_END
00034
00035
00036 #endif
00037
00038