mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP
Problem: Cannot build on MS-Windows; Unused macro HAVE_HANDLE_DROP. Solution: Adjust #ifdef. Delete the macro.
This commit is contained in:
@@ -2548,13 +2548,6 @@ typedef enum {
|
||||
#define TERM_START_FORCEIT 2
|
||||
#define TERM_START_SYSTEM 4
|
||||
|
||||
#if defined(HAVE_DROP_FILE) \
|
||||
|| (defined(FEAT_GUI_GTK) && defined(FEAT_DND)) \
|
||||
|| defined(FEAT_GUI_MSWIN) \
|
||||
|| defined(FEAT_GUI_MAC)
|
||||
# define HAVE_HANDLE_DROP
|
||||
#endif
|
||||
|
||||
// Used for icon/title save and restore.
|
||||
#define SAVE_RESTORE_TITLE 1
|
||||
#define SAVE_RESTORE_ICON 2
|
||||
|
Reference in New Issue
Block a user