[CTFMON][SDK] Move ClosePopupTipbar and GetPopupTipbar

Refactoring. CORE-19362
This commit is contained in:
Katayama Hirofumi MZ 2023-12-23 08:27:47 +09:00
parent ac1a96477b
commit 50755684cf
2 changed files with 10 additions and 10 deletions

View file

@ -43,3 +43,13 @@ typedef enum WATCH_INDEX
WI_ASSEMBLIES = 11,
WI_DESKTOP_SWITCH = 12,
} WATCH_INDEX;
// FIXME: Use msutb.dll and header
static inline void ClosePopupTipbar(void)
{
}
// FIXME: Use msutb.dll and header
static inline void GetPopupTipbar(HWND hwnd, BOOL fWinLogon)
{
}