mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-02-21 10:00:09 +03:00
WinUi: remove unneeded WinUiDebugInit() and WinUiDebugFree() functions
This commit is contained in:
@ -824,8 +824,6 @@ bool Win32CnCheckAlreadyExists(bool lock);
|
||||
void RegistWindowsFirewallAll();
|
||||
void RegistWindowsFirewallAllEx(char *dir);
|
||||
void InitVistaWindowTheme(HWND hWnd);
|
||||
void WinUiDebugInit();
|
||||
void WinUiDebugFree();
|
||||
void OnceMsg(HWND hWnd, wchar_t *title, wchar_t *message, bool show_checkbox, UINT icon);
|
||||
void OnceMsgEx(HWND hWnd, wchar_t *title, wchar_t *message, bool show_checkbox, UINT icon, bool *halt);
|
||||
UINT GetOnceMsgHash(wchar_t *title, wchar_t *message);
|
||||
|
||||
Reference in New Issue
Block a user