https://git.reactos.org/?p=reactos.git;a=commitdiff;h=50755684cfaa5135db8b0fc8fc48d032ecd36929
commit 50755684cfaa5135db8b0fc8fc48d032ecd36929 Author: Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com> AuthorDate: Sat Dec 23 08:27:47 2023 +0900 Commit: Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com> CommitDate: Sat Dec 23 08:27:47 2023 +0900 [CTFMON][SDK] Move ClosePopupTipbar and GetPopupTipbar Refactoring. CORE-19362 --- base/applications/ctfmon/precomp.h | 10 ++++++++++ sdk/include/reactos/cicero/cicbase.h | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/base/applications/ctfmon/precomp.h b/base/applications/ctfmon/precomp.h index 541e1d6833a..4a8a5d121d5 100644 --- a/base/applications/ctfmon/precomp.h +++ b/base/applications/ctfmon/precomp.h @@ -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) +{ +} diff --git a/sdk/include/reactos/cicero/cicbase.h b/sdk/include/reactos/cicero/cicbase.h index c3eff7f720c..9b934991e2d 100644 --- a/sdk/include/reactos/cicero/cicbase.h +++ b/sdk/include/reactos/cicero/cicbase.h @@ -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