diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 02:07:29 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 02:07:29 +0000 |
commit | 0d06ad72d9bf657844a8d3d9bcf839472639d31b (patch) | |
tree | df57a0fd99ca14655c27c3f8a11f59cd067a720a | |
parent | 9c6ffd1f25e7a5b23be5fbc719e29af54d75a5b7 (diff) |
fix for wrong MIRANDA_VER
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@129 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | ping/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ping/common.h b/ping/common.h index aebbfc0..a701536 100644 --- a/ping/common.h +++ b/ping/common.h @@ -25,6 +25,7 @@ #define _WIN32_WINNT 0x0400
#define _WIN32_IE 0x0300
+#define MIRANDA_VER 0x0600
#include <windows.h>
#include <prsht.h>
//#include <winsock2.h>
|