00001 #ifndef _APPROX_STD_H_
00002 #define _APPROX_STD_H_
00003
00004 #include "../ApproxModule/ApproxManager.h"
00005 #include "../include/fv_config.h"
00006
00007 #ifdef _WIN32
00008 # ifdef ApproxSTD_EXPORTS
00009 # define DLL_MAPPING __declspec(dllexport)
00010 # else
00011 # define DLL_MAPPING __declspec(dllimport)
00012 # endif
00013 #else
00014 # define DLL_MAPPING
00015 #endif
00016
00017 #ifdef _WIN32
00018 #define APR_API __stdcall
00019 #else
00020 #define APR_API
00021 #endif
00022
00023
00024
00025
00026
00027
00028
00029 #endif
00030