diff options
author | George Hazan <ghazan@miranda.im> | 2022-07-31 20:07:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-07-31 20:07:18 +0300 |
commit | 559dbc7b53b097c0beb326bf82302aaed6cfa0a8 (patch) | |
tree | a7562045ef397aec23d9aec4de150ff3a92ead17 /plugins/WhenWasIt/src/utils.h | |
parent | f6b30701f54f28912b19994606888e109f9ac3f4 (diff) |
fixes #3130 (WhenWasIt ведёт себя странно)
Diffstat (limited to 'plugins/WhenWasIt/src/utils.h')
-rw-r--r-- | plugins/WhenWasIt/src/utils.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/WhenWasIt/src/utils.h b/plugins/WhenWasIt/src/utils.h index 5b4d967f28..919f0c7bf8 100644 --- a/plugins/WhenWasIt/src/utils.h +++ b/plugins/WhenWasIt/src/utils.h @@ -35,15 +35,6 @@ int LogInit(); int Log(char *format, ...);
int Info(char *title, char *format, ...);
-char *BinToHex(int size, uint8_t *data);
-void HexToBin(char *inData, ULONG &size, uint8_t *&outData);
-
-void ScreenToClient(HWND hWnd, LPRECT rect);
-void AnchorMoveWindow(HWND window, const WINDOWPOS *parentPos, int anchors);
-RECT AnchorCalcPos(HWND window, const RECT *rParent, const WINDOWPOS *parentPos, int anchors);
-
-int GetStringFromDatabase(char *szSettingName, char *szError, char *szResult, int size);
-
wchar_t* GetContactID(MCONTACT hContact);
wchar_t* GetContactID(MCONTACT hContact, char *szProto);
MCONTACT GetContactFromID(wchar_t *szID, char *szProto);
@@ -51,4 +42,6 @@ MCONTACT GetContactFromID(wchar_t *szID, wchar_t *szProto); void CreateToolTip(HWND target, const wchar_t *tooltip, LPARAM width);
+void CheckConvert(void);
+
#endif
\ No newline at end of file |