diff options
Diffstat (limited to 'plugins/Variables/src/parse_miranda.cpp')
| -rw-r--r-- | plugins/Variables/src/parse_miranda.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Variables/src/parse_miranda.cpp b/plugins/Variables/src/parse_miranda.cpp index 01b7581969..d736147d23 100644 --- a/plugins/Variables/src/parse_miranda.cpp +++ b/plugins/Variables/src/parse_miranda.cpp @@ -500,7 +500,7 @@ static BOOL isValidDbEvent(DBEVENTINFO *dbe, int flags)  	return (bEventType && bEventFlags);
  }
 -static HANDLE findDbEvent(MCONTACT hContact, HANDLE hDbEvent, int flags)
 +static MEVENT findDbEvent(MCONTACT hContact, MEVENT hDbEvent, int flags)
  {
  	DBEVENTINFO dbe;
  	BOOL bEventOk;
 @@ -526,7 +526,7 @@ static HANDLE findDbEvent(MCONTACT hContact, HANDLE hDbEvent, int flags)  				hDbEvent = db_event_prev(hContact, hDbEvent);
  		}
  		else {
 -			HANDLE hMatchEvent, hSearchEvent;
 +			MEVENT hMatchEvent, hSearchEvent;
  			DWORD matchTimestamp, priorTimestamp;
  			hMatchEvent = hSearchEvent = NULL;
 @@ -664,7 +664,7 @@ static TCHAR* parseDbEvent(ARGUMENTSINFO *ai)  	else if (ci.hContacts != NULL)
  		mir_free(ci.hContacts);
 -	HANDLE hDbEvent = findDbEvent(hContact, NULL, flags);
 +	MEVENT hDbEvent = findDbEvent(hContact, NULL, flags);
  	if (hDbEvent == NULL)
  		return NULL;
  | 
