summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-11-06 19:35:56 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-11-06 19:35:56 +0000
commitc6264ff60aff643092ed9d6329f40066e1c6749d (patch)
tree6b165007e80ccf8cf957ca2e080ae2cc9768f7ee
parent28f66a98c396a1cda061d8060e95275e38590c00 (diff)
muuid fix for pascal
git-svn-id: http://svn.miranda-ng.org/main/trunk@2222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--include/delphi/m_api.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas
index 29f340073e..09b84c6a33 100644
--- a/include/delphi/m_api.pas
+++ b/include/delphi/m_api.pas
@@ -134,7 +134,7 @@ type
authorEmail:PAnsiChar;
copyright :PAnsiChar;
homepage :PAnsiChar;
- flags :Byte; // right now the only flag, UNICODE_AWARE, is recognized here
+ flags :Integer; // right now the only flag, UNICODE_AWARE, is recognized here
uuid :MUUID; // plugin's unique identifier
end;