mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 8.1.2361: MS-Windows: test failures related to VIMDLL
Problem: MS-Windows: test failures related to VIMDLL. Solution: Adjust code and tests. (Ken Takata, closes #5283)
This commit is contained in:
@ -177,6 +177,11 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
|
||||
# include "mouse.pro"
|
||||
# include "move.pro"
|
||||
# include "mbyte.pro"
|
||||
# ifdef VIMDLL
|
||||
// Function name differs when VIMDLL is defined
|
||||
int mbyte_im_get_status(void);
|
||||
void mbyte_im_set_active(int active_arg);
|
||||
# endif
|
||||
# include "normal.pro"
|
||||
# include "ops.pro"
|
||||
# include "option.pro"
|
||||
|
Reference in New Issue
Block a user