diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-08-18 18:46:06 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-08-18 18:46:06 +0000 |
commit | c5a9bf1c331dab3e9a31abb1f9e5687fb280bf64 (patch) | |
tree | 550a479ca631694e20c5b7bdf539d7ae4f1e100f /plugins/Toaster/src/stdafx.h | |
parent | f54a8b0bfb54acef4454ccdb5ea8aff9d0cf3ef6 (diff) |
Toaster: added MS_POPUP_QUERY service
git-svn-id: http://svn.miranda-ng.org/main/trunk@14990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index f22ec15681..cdefdc6ccd 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -36,4 +36,6 @@ const wchar_t AppUserModelID[] = L"MirandaNG"; extern HINSTANCE g_hInstance;
+void InitServices();
+
#endif //_COMMON_H_
|