diff options
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 |
commit | f022fc1b79ee29c7f8f796499129476fa49e0ca5 (patch) | |
tree | a9745d2cb345035ad66cb035d844eb8a8c2ebe54 /ping/pinggraph.h | |
parent | 7246339c9ec44dd0492e7756b5d7fd5a9ed0d699 (diff) |
x64 conversion
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@526 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'ping/pinggraph.h')
-rw-r--r-- | ping/pinggraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ping/pinggraph.h b/ping/pinggraph.h index 4777d82..268b376 100644 --- a/ping/pinggraph.h +++ b/ping/pinggraph.h @@ -9,7 +9,7 @@ #define MARK_PERIOD 3600 // vertical lines every this many secs (3600 == 1 hour)
#define MARK_TIME 100 // horizontal lines every this many ms
-int ShowGraph(WPARAM wParam, LPARAM lParam);
+INT_PTR ShowGraph(WPARAM wParam, LPARAM lParam);
// save window positions, close windows
void graphs_cleanup();
|