|
#pragma once
|
|
#ifndef RASTERMAINWIDGETGUICFUNAPI_H_
|
|
#define RASTERMAINWIDGETGUICFUNAPI_H_
|
|
|
|
#ifdef RASTERMAINWIDGETGUI_LIB
|
|
#define RASTERMAINWIDGETGUICFUNAPI_EXPORT __declspec(dllexport)
|
|
#else
|
|
#define RASTERMAINWIDGETGUICFUNAPI_EXPORT __declspec(dllimport)
|
|
#endif
|
|
|
|
#endif
|