Home
last modified time | relevance | path

Searched refs:HandleToLong (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_w32.c5461 # ifndef HandleToLong in gui_mch_init()
5462 # define HandleToLong(h) ((long)(intptr_t)(h)) in gui_mch_init() macro
5466 set_vim_var_nr(VV_WINDOWID, HandleToLong(s_hwnd)); in gui_mch_init()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt11570 Solution: Use HandleToLong() instead of type cast. (Mike Williams)
11797 Solution: Only use HandleToLong() when available. (Mike Williams)
H A Dversion8.txt6902 Problem: VS2015 has a function HandleToLong() that is shadowed by the macro
6904 Solution: Do not define HandleToLong() for MSVC version 1400 and later.