X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole-msw.h;h=eacfbf51e165011518fb72f0083ef0fe2924be6b;hb=2cbece6401b2279497293e6dc54cda607f49db2f;hp=b5c357381b4baf9f06a248ceb3113144575c011d;hpb=f52a96980ed9280f8f906a20d4b899dc0b027644;p=chise%2Fxemacs-chise.git- diff --git a/src/console-msw.h b/src/console-msw.h index b5c3573..eacfbf5 100644 --- a/src/console-msw.h +++ b/src/console-msw.h @@ -33,13 +33,8 @@ Boston, MA 02111-1307, USA. */ #define INCLUDED_console_msw_h_ #include "console.h" -#include -#include /* DDE management library */ -#if !defined(__CYGWIN32__) && !defined(__MINGW32__) \ - || CYGWIN_VERSION_DLL_MAJOR > 20 -#include /* FileManager/Explorer drag and drop */ -#include -#endif +#include "syswindows.h" +#include "syscommctrl.h" #ifdef HAVE_XPM #include @@ -164,6 +159,9 @@ struct mswindows_frame /* DC for this win32 window */ HDC hdc; + /* Used with DeferWindowPos */ + HDWP hdwp; + /* Time of last click event, for button 2 emul */ DWORD last_click_time; @@ -352,4 +350,7 @@ Lisp_Object mswindows_handle_gui_wm_command (struct frame* f, int msw_windows9x_p (void); + +void mswindows_output_last_error (char *frob); + #endif /* INCLUDED_console_msw_h_ */