Searched refs:HandleToLong (Results 1 – 3 of 3) sorted by relevance
5461 # ifndef HandleToLong in gui_mch_init()5462 # define HandleToLong(h) ((long)(intptr_t)(h)) in gui_mch_init() macro5466 set_vim_var_nr(VV_WINDOWID, HandleToLong(s_hwnd)); in gui_mch_init()
11570 Solution: Use HandleToLong() instead of type cast. (Mike Williams)11797 Solution: Only use HandleToLong() when available. (Mike Williams)
6902 Problem: VS2015 has a function HandleToLong() that is shadowed by the macro6904 Solution: Do not define HandleToLong() for MSVC version 1400 and later.