diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-06 19:35:56 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-06 19:35:56 +0000 |
commit | c6264ff60aff643092ed9d6329f40066e1c6749d (patch) | |
tree | 6b165007e80ccf8cf957ca2e080ae2cc9768f7ee | |
parent | 28f66a98c396a1cda061d8060e95275e38590c00 (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.pas | 2 |
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;
|