From e3f92ff9b8922e06a717a84b76c4e43cbb165f28 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 3 Apr 2020 19:59:38 +0300 Subject: mtextcontrol became an usual library --- plugins/mTextControl/src/stdafx.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'plugins/mTextControl/src/stdafx.h') diff --git a/plugins/mTextControl/src/stdafx.h b/plugins/mTextControl/src/stdafx.h index ef5263042a..1608622157 100644 --- a/plugins/mTextControl/src/stdafx.h +++ b/plugins/mTextControl/src/stdafx.h @@ -30,7 +30,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include #include -#include #include #include #include @@ -39,24 +38,15 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include #include "version.h" -#include "services.h" #include "textusers.h" +extern HINSTANCE g_hInst; extern PCreateTextServices MyCreateTextServices; void InitRichEdit(ITextServices *ts); HWND CreateProxyWindow(ITextServices *ts); #define MODULTITLE "Text Display" - -// globals - -struct CMPlugin : public PLUGIN -{ - CMPlugin(); - - int Load() override; - int Unload() override; -}; +#define MODULENAME "MTextControl" #endif // __headers_h__ -- cgit v1.2.3