summaryrefslogtreecommitdiff
path: root/ping/log.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-08-06 23:58:54 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-08-06 23:58:54 +0000
commitf022fc1b79ee29c7f8f796499129476fa49e0ca5 (patch)
treea9745d2cb345035ad66cb035d844eb8a8c2ebe54 /ping/log.h
parent7246339c9ec44dd0492e7756b5d7fd5a9ed0d699 (diff)
x64 conversion
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@526 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'ping/log.h')
-rw-r--r--ping/log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ping/log.h b/ping/log.h
index 6a18ea0..8fed816 100644
--- a/ping/log.h
+++ b/ping/log.h
@@ -4,9 +4,9 @@
#pragma warning( disable : 4786 )
#include "options.h"
-int Log(WPARAM wParam, LPARAM lParam);
-int GetLogFilename(WPARAM wParam, LPARAM lParam);
-int SetLogFilename(WPARAM wParam, LPARAM lParam);
-int ViewLogData(WPARAM wParam, LPARAM lParam);
+INT_PTR Log(WPARAM wParam, LPARAM lParam);
+INT_PTR GetLogFilename(WPARAM wParam, LPARAM lParam);
+INT_PTR SetLogFilename(WPARAM wParam, LPARAM lParam);
+INT_PTR ViewLogData(WPARAM wParam, LPARAM lParam);
#endif