diff options
| author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 17:50:33 +0000 | 
|---|---|---|
| committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 17:50:33 +0000 | 
| commit | a390c019367cbabec17cd0a5dc8c8b8a4a455e5e (patch) | |
| tree | 82fc1fa485b7cfa2a21139d4d3e5f909e944c8ef | |
| parent | b560dc9ff4a8e2878fe3f2006429343d9f983415 (diff) | |
popup:
compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@26 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
| -rw-r--r-- | popup/src/headers.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/popup/src/headers.h b/popup/src/headers.h index 6b5f489..56e20c9 100644 --- a/popup/src/headers.h +++ b/popup/src/headers.h @@ -89,7 +89,7 @@ Last change by : $Author: Merlin_de $  	#include "../resource.h"
  	#define NOWIN2K
 -	#define MIRANDA_VER 0x0700
 +	#define MIRANDA_VER 0x0900
  	//Miranda API (see Miranda svn)
  	#include <newpluginapi.h>
 | 
