diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-18 18:14:20 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-18 18:14:20 +0000 |
commit | d259b413d0812e0181b91846a922a4ddc44aca47 (patch) | |
tree | b417e384f8a03ac14c497327bf5ef9d1713ce17c /plugins/StopSpamMod/src/headers.h | |
parent | 1e5e6e5b820861d32cddb5602e4b64c93f1b4ded (diff) |
changed path for stopspam_mod.log
git-svn-id: http://svn.miranda-ng.org/main/trunk@4720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamMod/src/headers.h')
-rwxr-xr-x | plugins/StopSpamMod/src/headers.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/StopSpamMod/src/headers.h b/plugins/StopSpamMod/src/headers.h index 40b22fe761..6366907403 100755 --- a/plugins/StopSpamMod/src/headers.h +++ b/plugins/StopSpamMod/src/headers.h @@ -1,7 +1,11 @@ #define _CRT_SECURE_NO_WARNINGS #include <windows.h> -#include<fstream> +
+using namespace std;
+#include <fstream> +#include <string> + #include <newpluginapi.h> #include <m_database.h> @@ -11,6 +15,7 @@ #include <m_clistint.h> #include <m_skin.h> #include <m_contacts.h> +#include <m_system_cpp.h> #include <m_variables.h> #include <m_folders.h> @@ -30,4 +35,5 @@ #include "utilities.h" #include "utf8.h" -extern HINSTANCE hInst;
\ No newline at end of file +extern HINSTANCE hInst; +extern HANDLE hStopSpamLogDirH; |