]> code.delx.au - gnu-emacs/blobdiff - src/w32heap.h
image.c, indent.c: Use bool for booleans.
[gnu-emacs] / src / w32heap.h
index 4f22e17687a4b06ababe10bca0ce44b7eb494819..fda3c58bf01614aa20bc206523381498a3292d6c 100644 (file)
@@ -1,6 +1,5 @@
 /* Heap management routines (including unexec) for GNU Emacs on Windows NT.
-   Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005,
-                 2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+   Copyright (C) 1994, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -52,7 +51,7 @@ extern int                  w32_minor_version;
 extern int           w32_build_number;
 
 enum {
-  OS_WIN95 = 1,
+  OS_9X = 1,
   OS_NT
 };
 
@@ -93,6 +92,3 @@ IMAGE_SECTION_HEADER * find_section (char * name, IMAGE_NT_HEADERS * nt_header);
 IMAGE_SECTION_HEADER * rva_to_section (DWORD rva, IMAGE_NT_HEADERS * nt_header);
 
 #endif /* NTHEAP_H_ */
-
-/* arch-tag: 3ba4cbe1-8a09-4a41-8f37-fd31f7426b3c
-   (do not change this comment) */