X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fconsole-msw.h;h=f3a6c3b95fbe7afc6573b26e5a6196ba8499684a;hp=0bb2fc5579750310a7bee4ec256983ecc11d5e8a;hb=b73e352f264e9da0a00159dc29f318305cbe8636;hpb=976b002b16336930724ae22476014583ad022e7d diff --git a/src/console-msw.h b/src/console-msw.h index 0bb2fc5..f3a6c3b 100644 --- a/src/console-msw.h +++ b/src/console-msw.h @@ -38,7 +38,8 @@ Boston, MA 02111-1307, USA. */ #endif #include #include /* DDE management library */ -#if !defined (__CYGWIN32__) && !defined(__MINGW32__) +#if !defined(__CYGWIN32__) && !defined(__MINGW32__) \ + || CYGWIN_VERSION_DLL_MAJOR > 20 #include /* FileManager/Explorer drag and drop */ #include #endif @@ -66,6 +67,7 @@ Boston, MA 02111-1307, USA. */ /* The name of the main window class */ #define XEMACS_CLASS "XEmacs" +#define XEMACS_CONTROL_CLASS "XEmacsControl" /* * Console @@ -224,6 +226,9 @@ struct mswindows_frame /* win32 "Windows" procedure */ LRESULT WINAPI mswindows_wnd_proc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); +LRESULT WINAPI mswindows_control_wnd_proc (HWND hwnd, + UINT msg, WPARAM wParam, + LPARAM lParam); void mswindows_redraw_exposed_area (struct frame *f, int x, int y, int width, int height);