diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-10-03 17:00:43 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-10-03 17:00:43 +0000 |
commit | d2da1f079fc61195437007882296184714d2fe54 (patch) | |
tree | 1da95a90cae8b6225754975a97e325ce48d13338 /include/delphi/m_protoint.inc | |
parent | 10e856dedeb8bc7adf01213ff393b82772c90e92 (diff) |
includes updates
history++ compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_protoint.inc')
-rw-r--r-- | include/delphi/m_protoint.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_protoint.inc b/include/delphi/m_protoint.inc index 01a711ca9c..5031c1b3e7 100644 --- a/include/delphi/m_protoint.inc +++ b/include/delphi/m_protoint.inc @@ -37,7 +37,7 @@ type type
PROTOCHAR = TCHAR;
- PROTOFILEEVENT = TPROTORECVFILET;
+ PROTOFILEEVENT = TPROTORECVFILE;
type
PPROTO_INTERFACE = ^TPROTO_INTERFACE;
|