diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-05 04:29:23 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-05 04:29:23 +0000 |
commit | 70ee49c6aa80f3dd35078321fc4807fcd55353fc (patch) | |
tree | f67f2a84e3cd3b4503b3dc7c87dac3bb2314342f | |
parent | d2dbae51dcfbca2f1e86421cee9f1fe44fe3d0de (diff) |
Changed minimum Miranda requirement to further reduce size.
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@493 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | worldtime_protocol/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worldtime_protocol/common.h b/worldtime_protocol/common.h index cc020f6..430b592 100644 --- a/worldtime_protocol/common.h +++ b/worldtime_protocol/common.h @@ -5,7 +5,7 @@ #define VC_EXTRALEAN
#define _WIN32_WINNT 0x0400
-#define MIRANDA_VER 0x0600
+#define MIRANDA_VER 0x0700
#include <m_stdhdr.h>
|