Mercurial > emacs
changeset 9818:a4112f6321a5
#include <malloc.h>.
(HAVE_MOUSE, MODE_LINE_BINARY_TEXT): defined.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 03 Nov 1994 20:46:43 +0000 |
parents | cf4658356724 |
children | bb44f0c88ec2 |
files | src/s/ms-w32.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/ms-w32.h Thu Nov 03 20:37:28 1994 +0000 +++ b/src/s/ms-w32.h Thu Nov 03 20:46:43 1994 +0000 @@ -207,6 +207,9 @@ #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 @@ have proper effect, config.h must always be included before windows.h. */ #define _WINSOCKAPI_ 1 +/* Defines size_t and alloca (). */ +#include <malloc.h> + /* ============================================================ */ /* Give us extra pure storage. */