1
0
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:
Davide Beatrici
2018-08-06 14:45:54 +02:00
parent 005b5ebeca
commit 21e9bb354e
2 changed files with 0 additions and 13 deletions

View File

@ -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);