diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 14:04:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 14:04:30 +0000 |
commit | 22f052f313379a8e864e61fdd3593126e088ded4 (patch) | |
tree | 4b089d5d0e5a75a3af00d5cfb256065c82c23d9c /plugins/Ping/src/log.h | |
parent | a7c5d18647c0dd188eaa723df3f73e4250a61920 (diff) |
removed not used headers
added version info
fixed crash #169 (patch from $ergi0)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src/log.h')
-rw-r--r-- | plugins/Ping/src/log.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Ping/src/log.h b/plugins/Ping/src/log.h index 8fed816122..1930dddede 100644 --- a/plugins/Ping/src/log.h +++ b/plugins/Ping/src/log.h @@ -1,9 +1,6 @@ #ifndef _PING_LOG
#define _PING_LOG
-#pragma warning( disable : 4786 )
-#include "options.h"
-
INT_PTR Log(WPARAM wParam, LPARAM lParam);
INT_PTR GetLogFilename(WPARAM wParam, LPARAM lParam);
INT_PTR SetLogFilename(WPARAM wParam, LPARAM lParam);
|