summaryrefslogtreecommitdiff
path: root/ExternalAPI/m_variables.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-03-23 16:36:07 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-03-23 16:36:07 +0000
commit824d1b1f75ad59a30047780ed2571e96094023db (patch)
tree54e5512366775749e0601cb1ffb6a5599e3f1a3e /ExternalAPI/m_variables.h
parent5a2fd9ddea90fb0128b07a3df7155beb16d768c7 (diff)
ExternalAPI:
update git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@282 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI/m_variables.h')
-rw-r--r--ExternalAPI/m_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ExternalAPI/m_variables.h b/ExternalAPI/m_variables.h
index 1264643..0cba521 100644
--- a/ExternalAPI/m_variables.h
+++ b/ExternalAPI/m_variables.h
@@ -141,7 +141,7 @@ typedef struct {
} FORMATINFO;
-#define FORMATINFOV2_SIZE 28
+#define FORMATINFOV2_SIZE (sizeof(int)*4+sizeof(void*)*2 + sizeof(HANDLE))
// Possible flags:
#define FIF_UNICODE 0x01 // Expects and returns unicode text (WCHAR*).