aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
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/w32term.h
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/w32term.h')
-rw-r--r--src/w32term.h6
1 files changed, 3 insertions, 3 deletions
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