]> code.delx.au - gnu-emacs/blobdiff - src/w32gui.h
(Fnext_property_change): Properly offset interval
[gnu-emacs] / src / w32gui.h
index ba04d1ac615d4e9040b8dc31dcdcd40afd47b128..9cc6fe282bb857622ca5289bff6221d0b4fe3920 100644 (file)
@@ -1,4 +1,4 @@
-/* Definitions and headers for communication with Win32 GUI.
+/* Definitions and headers for communication on the Microsoft W32 API.
    Copyright (C) 1995 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -15,10 +15,11 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
-#ifndef __WIN32_H__
-#define __WIN32_H__
+#ifndef __W32GUI_H__
+#define __W32GUI_H__
 
 #include <windows.h>