#pragma once #ifndef PRINTMESSAGE_C_H_ #define PRINTMESSAGE_C_H_ #include "RasterMainWidgetGUICFunAPI.h" extern "C" RASTERMAINWIDGETGUICFUNAPI_EXPORT void PrintMessageWindowsShow_C_Fun(char* msg); #endif