]> git.eshelyaron.com Git - emacs.git/commitdiff
#include <malloc.h>.
authorKarl Heuer <kwzh@gnu.org>
Thu, 3 Nov 1994 20:46:43 +0000 (20:46 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 3 Nov 1994 20:46:43 +0000 (20:46 +0000)
(HAVE_MOUSE, MODE_LINE_BINARY_TEXT): defined.

src/s/ms-w32.h

index ddd3ec32351f91ae57117ee4242048489f6e71b0..c586963b12ad17ab961a11700e38966635a74899 100644 (file)
@@ -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 <malloc.h>
+
 /* ============================================================ */
 
 /* Give us extra pure storage.  */