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
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #ifndef VLGRAPHICS_CONFIG_INCLUDE_ONCE
00033 #define VLGRAPHICS_CONFIG_INCLUDE_ONCE
00034
00035 #include <vlCore/config.hpp>
00036
00037
00038 #if defined(_WIN32) && !defined(VL_STATIC_LINKING)
00039 #ifdef VLGraphics_EXPORTS
00040 #define VLGRAPHICS_EXPORT __declspec(dllexport)
00041 #else
00042 #define VLGRAPHICS_EXPORT __declspec(dllimport)
00043 #endif
00044 #else
00045 #define VLGRAPHICS_EXPORT
00046 #endif
00047
00048 #endif // VLGRAPHICS_CONFIG_INCLUDE_ONCE