diff options
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();
|