diff options
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_
|