//--------------------------------------------------------------------------- #ifndef VMS0100MZH #define VMS0100MZH //--------------------------------------------------------------------------- #include //--------------------------------------------------------------------------- //#pragma warn -8111 /* ***************************************************************************** * DLL Import/Export ***************************************************************************** */ #ifdef __PLUGIN_DLL_EXPORT__ #define PLUGIN_LIB __declspec(dllexport) #else #define PLUGIN_LIB __declspec(dllimport) #pragma comment(lib, "PlugInForm.lib") /* µ¿ÀûÀ¸·Î dll ·ÎµùÇÒ¶§ »ç¿ëÇÑ´Ù. */ #endif //--------------------------------------------------------------------------- /* ***************************************************************************** * Function Prototypes ***************************************************************************** */ extern "C" { PLUGIN_LIB void __stdcall ShowVmsForm(HWND Owner, HWND Parent, bool AIsMdiChild, bool bShowModal); PLUGIN_LIB void __stdcall ShowVmsForm2(); PLUGIN_LIB void __stdcall ShowVmsForm3(); } #endif