diff src/os_win32.h @ 27283:b4d92a69035b v8.2.4170

patch 8.2.4170: MS-Windows: still using old message API calls Commit: https://github.com/vim/vim/commit/b7057bdd090ddcce96dc058e4e65340c8ec961d7 Author: K.Takata <kentkt@csc.jp> Date: Fri Jan 21 11:37:07 2022 +0000 patch 8.2.4170: MS-Windows: still using old message API calls Problem: MS-Windows: still using old message API calls. Solution: Call the "W" functions directly. (Ken Takata, closes https://github.com/vim/vim/issues/9582)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Jan 2022 12:45:03 +0100
parents fc859aea8cec
children 41a940219183
line wrap: on
line diff
--- a/src/os_win32.h
+++ b/src/os_win32.h
@@ -199,9 +199,3 @@ Trace(char *pszFormat, ...);
 #endif
 #define mch_getenv(x) (char_u *)getenv((char *)(x))
 #define vim_mkdir(x, y) mch_mkdir(x)
-
-// Enable common dialogs input unicode from IME if possible.
-#define pDispatchMessage DispatchMessageW
-#define pGetMessage GetMessageW
-#define pIsDialogMessage IsDialogMessageW
-#define pPeekMessage PeekMessageW