From c6264ff60aff643092ed9d6329f40066e1c6749d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 6 Nov 2012 19:35:56 +0000 Subject: muuid fix for pascal git-svn-id: http://svn.miranda-ng.org/main/trunk@2222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_api.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3