[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)
{
}

View file

@ -49,16 +49,6 @@ inline void __cdecl operator delete(void* ptr, size_t size) noexcept
cicMemFree(ptr);
}
// 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)
{
}
/* The flags of cicGetOSInfo() */
#define CIC_OSINFO_NT 0x01
#define CIC_OSINFO_2KPLUS 0x02