summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-02 22:15:55 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-02 22:15:55 +0200
commit0eb035c974c47e65d32439b48e5a056b370ad429 (patch)
treeae2c351889a6b6e7a42a2b74f7e961e275ca26f6 /src/globals.h
parentb26705afb55955306ffbe2a390e02fc052802b77 (diff)
patch 8.1.1103: MS-Windows: old API calls are no longer neededv8.1.1103
Problem: MS-Windows: old API calls are no longer needed. Solution: Always use the wide functions. (Ken Takata, closes #4199)
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/globals.h b/src/globals.h
index b225e59a75..e7ea84e70f 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -822,10 +822,6 @@ EXTERN int enc_latin9 INIT(= FALSE); /* 'encoding' is latin9 */
#endif
EXTERN int has_mbyte INIT(= 0); /* any multi-byte encoding */
-#if defined(MSWIN)
-EXTERN int wide_WindowProc INIT(= FALSE); /* use wide WindowProc() */
-#endif
-
/*
* To speed up BYTELEN() we fill a table with the byte lengths whenever
* enc_utf8 or enc_dbcs changes.