huago-corrcet_tools/HuaGoCorrect/imgprocdefs.h

9 lines
173 B
C
Raw Normal View History

2020-08-31 08:08:50 +00:00
#pragma once
//#include <qglobal.h>
#if defined(GIMGPROC_LIBRARY)
#define GIMGPROC_SHARED_EXPORT Q_DECL_EXPORT
#else
#define GIMGPROC_SHARED_EXPORT Q_DECL_IMPORT
#endif