diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-13 01:07:10 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-13 01:07:10 +0000 |
commit | 1bd3ca0288fe4a5694f0975bef070209126d97fb (patch) | |
tree | e58fe6ab6095b2b60c5e89136af2d0c06f49c35c /yapp/common.h | |
parent | 3fb5f8dface90d14b4719b092c09fff095f014c0 (diff) |
Fixes for mingw
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@583 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/common.h')
-rw-r--r-- | yapp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/common.h b/yapp/common.h index d1da6cd..f3f98c8 100644 --- a/yapp/common.h +++ b/yapp/common.h @@ -35,7 +35,7 @@ #include <commctrl.h>
#include <time.h>
-#define MIRANDA_VER 0x0700
+#define MIRANDA_VER 0x0800
#include <newpluginapi.h>
#include <statusmodes.h>
|