forked from aniani/vim
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 #9582)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user