diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-13 17:21:15 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-13 17:21:15 +0000 |
commit | 735d0733b707a262cc34d240c8a0ec4e1c54f63c (patch) | |
tree | 70779a33619be14956ec529ef9a6e26419982919 /include/delphi | |
parent | 002cab8875c415238cdcc74276872bb33f8523e1 (diff) |
- compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_helpers.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_helpers.inc b/include/delphi/m_helpers.inc index 345bcc107a..e9bedfd7be 100644 --- a/include/delphi/m_helpers.inc +++ b/include/delphi/m_helpers.inc @@ -377,7 +377,6 @@ begin end;
function Srmm_AddIcon(sid: PStatusIconData):int_ptr;
- {$IFDEF AllowInline}inline;{$ENDIF}
begin
result:=CallService(MS_MSG_ADDICON, hLangpack, LPARAM(sid));
end;
|