aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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