diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 07:43:27 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 07:43:27 +0000 |
commit | 3f4b8991fea70f26d296817bc5f8b72a35098440 (patch) | |
tree | 60712c32897a49a330b224ce5e8a1c0a1ee287bb /ExternalAPI/m_smileyadd.h | |
parent | d5c649d22b371af230c10bf262e4cd9aef84c586 (diff) |
ExternalAPI:
update
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@93 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI/m_smileyadd.h')
-rw-r--r-- | ExternalAPI/m_smileyadd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ExternalAPI/m_smileyadd.h b/ExternalAPI/m_smileyadd.h index acb14e9..6b36750 100644 --- a/ExternalAPI/m_smileyadd.h +++ b/ExternalAPI/m_smileyadd.h @@ -1,6 +1,6 @@ /*
Miranda SmileyAdd Plugin
-Copyright (C) 2005 - 2009 Boris Krasnovskiy
+Copyright (C) 2005 - 2010 Boris Krasnovskiy
Copyright (C) 2003 - 2004 Rein-Peter de Boer
This program is free software; you can redistribute it and/or
@@ -240,10 +240,10 @@ typedef struct typedef struct
{
- unsigned cbSize; // size of the structure
+ unsigned cbSize; // size of the structure
HANDLE hContact;
- int type; // 0 - directory, 1 - file;
- TCHAR* path; // smiley category name for reference
+ int type; // 0 - directory, 1 - file;
+ TCHAR* path; // smiley category name for reference
} SMADD_CONT;
//Loads all smileys for the contact
|