diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 00:43:16 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 00:43:16 +0000 |
commit | de31b97a3e1ad25faf450289eec5adbf511ad9d4 (patch) | |
tree | 8ac199981e022195720ab51b17080d700ee7a857 /src/w32term.h | |
parent | 29f27c39d14c70dd5820993317ac552594fd745d (diff) | |
download | emacs-de31b97a3e1ad25faf450289eec5adbf511ad9d4.tar.gz |
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.h | 6 |
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 @@ -/* Definitions and headers for communication under the Win32 API. +/* Definitions and headers for communication on the Microsoft W32 API. Copyright (C) 1995 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -603,8 +603,8 @@ typedef struct { #define WND_LAST_INDEX (16) #define WND_EXTRA_BYTES (WND_LAST_INDEX) -extern DWORD dwWinThreadId; -extern HANDLE hWinThread; +extern DWORD dwWindowsThreadId; +extern HANDLE hWindowsThread; extern DWORD dwMainThreadId; extern HANDLE hMainThread; |