From: Karl Heuer Date: Thu, 3 Nov 1994 20:46:43 +0000 (+0000) Subject: #include . X-Git-Tag: emacs-19.34~6037 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cd47f14cc5043823c5882a6f1883a028573828b;p=emacs.git #include . (HAVE_MOUSE, MODE_LINE_BINARY_TEXT): defined. --- diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index ddd3ec32351..c586963b12a 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -207,6 +207,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_RMDIR 1 #define HAVE_MKDIR 1 #define HAVE_GETHOSTNAME 1 +#define HAVE_MOUSE 1 + +#define MODE_LINE_BINARY_TEXT(_b_) (NILP ((_b_)->buffer_file_type) ? "T" : "B") /* These have to be defined because our compilers treat __STDC__ as being defined (most of them anyway). */ @@ -261,6 +264,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ have proper effect, config.h must always be included before windows.h. */ #define _WINSOCKAPI_ 1 +/* Defines size_t and alloca (). */ +#include + /* ============================================================ */ /* Give us extra pure storage. */