aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1997-01-20 00:43:16 +0000
committerGeoff Voelker1997-01-20 00:43:16 +0000
commitde31b97a3e1ad25faf450289eec5adbf511ad9d4 (patch)
tree8ac199981e022195720ab51b17080d700ee7a857 /src
parent29f27c39d14c70dd5820993317ac552594fd745d (diff)
downloademacs-de31b97a3e1ad25faf450289eec5adbf511ad9d4.tar.gz
emacs-de31b97a3e1ad25faf450289eec5adbf511ad9d4.zip
Change all uses of win95, winnt, and win32 into Windows 95, Windows
NT, and W32, respectively. Expand "win" substring in variables referring to Microsoft Windows constructs into "windows". Canonicalize header comments to use same terminology.
Diffstat (limited to 'src')
-rw-r--r--src/w32gui.h2
-rw-r--r--src/w32inevt.h2
-rw-r--r--src/w32term.h6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index 00b3b331612..6689211ab02 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -1,4 +1,4 @@
1/* Definitions and headers for communication with Win32 GUI. 1/* Definitions and headers for communication on the Microsoft W32 API.
2 Copyright (C) 1995 Free Software Foundation, Inc. 2 Copyright (C) 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
diff --git a/src/w32inevt.h b/src/w32inevt.h
index f0a0a9c5ad9..1ff9cff793f 100644
--- a/src/w32inevt.h
+++ b/src/w32inevt.h
@@ -1,4 +1,4 @@
1/* Input routines for Emacs on Win32 API. 1/* Input routines for GNU Emacs on the Microsoft W32 API.
2 Copyright (C) 1995 Free Software Foundation, Inc. 2 Copyright (C) 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
diff --git a/src/w32term.h b/src/w32term.h
index c872730397d..0a75e5c4ad7 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -1,4 +1,4 @@
1/* Definitions and headers for communication under the Win32 API. 1/* Definitions and headers for communication on the Microsoft W32 API.
2 Copyright (C) 1995 Free Software Foundation, Inc. 2 Copyright (C) 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
@@ -603,8 +603,8 @@ typedef struct {
603#define WND_LAST_INDEX (16) 603#define WND_LAST_INDEX (16)
604#define WND_EXTRA_BYTES (WND_LAST_INDEX) 604#define WND_EXTRA_BYTES (WND_LAST_INDEX)
605 605
606extern DWORD dwWinThreadId; 606extern DWORD dwWindowsThreadId;
607extern HANDLE hWinThread; 607extern HANDLE hWindowsThread;
608extern DWORD dwMainThreadId; 608extern DWORD dwMainThreadId;
609extern HANDLE hMainThread; 609extern HANDLE hMainThread;
610 610