13 lines
291 B
C
13 lines
291 B
C
|
#pragma once
|
||
|
#ifndef RASTERPROCESSTOOLWIDGETCFUNAPI_H_
|
||
|
#define RASTERPROCESSTOOLWIDGETCFUNAPI_H_
|
||
|
|
||
|
#ifdef RASTERPROCESSTOOLWIDGET_LIB
|
||
|
#define RASTERPROCESSTOOLWIDGETCFUNAPI_EXPORT __declspec(dllexport)
|
||
|
#else
|
||
|
#define RASTERPROCESSTOOLWIDGETCFUNAPI_EXPORT __declspec(dllimport)
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif
|