Go to the documentation of this file.00001 #ifndef GEOPSYSLINKGUIDLLEXPORT_H
00002 #define GEOPSYSLINKGUIDLLEXPORT_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #include "GeopsySLinkGuiInstallPath.h"
00013
00014 #if defined(WIN32) && !defined(GEOPSYSLINKGUI_STATIC)
00015 #ifdef MAKE_GEOPSYSLINKGUI_DLL
00016 # define GEOPSYSLINKGUI_EXPORT __declspec(dllexport)
00017 #else
00018 # define GEOPSYSLINKGUI_EXPORT __declspec(dllimport)
00019 #endif
00020 #else
00021 # define GEOPSYSLINKGUI_EXPORT
00022 #endif
00023
00024 #endif // GEOPSYSLINKGUIDLLEXPORT_H
00025