diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/stdafx.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/src/stdafx.h b/plugins/SendScreenshotPlus/src/stdafx.h index b707f49452..94e0df897c 100644 --- a/plugins/SendScreenshotPlus/src/stdafx.h +++ b/plugins/SendScreenshotPlus/src/stdafx.h @@ -164,6 +164,8 @@ extern IconItem ICONS_BTN[ICO_BTN_END_]; # define DBGMSG(str,...) #endif +void ComboBox_SelectItem(HWND hCombo, LPARAM data); + template<class _Elem> std::basic_string<_Elem> replace(const std::basic_string<_Elem> & Origninal, const std::basic_string<_Elem> & What, const std::basic_string<_Elem> & With) { |