VHISTlib
1.84.0.3018
|
00001 /* $HEADERS 00002 $Id: misc_defines.h 2179 2011-06-24 09:03:24Z ahuesgen $ 00003 */ 00004 00005 #ifndef VHIST_DEFINES_H 00006 #define VHIST_DEFINES_H 00007 00008 #ifndef USING_PCH 00009 #include <QtGlobal> 00010 #endif 00011 00012 #ifdef VHIST_LIB 00013 # define VHIST_EXTERN Q_DECL_EXPORT 00014 #else 00015 # define VHIST_EXTERN Q_DECL_IMPORT 00016 #endif 00017 00018 #endif // MISC_DEFINES_H