diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-10 19:55:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-10 19:55:33 +0000 |
commit | 503d82db45bf24f4739d126d43bfbeee4828a882 (patch) | |
tree | 87b6ec821155e7459af203cde96fc6f9d6104027 /include/delphi/m_clistint.inc | |
parent | 6ad65c4d4fce1d5ce1a1873ee84feaff753c9d48 (diff) |
- m_core.inc almost returned back to int_ptr
- another pascal headers merged
git-svn-id: http://svn.miranda-ng.org/main/trunk@3964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r-- | include/delphi/m_clistint.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index e889f79355..c7e8d39a8f 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -109,7 +109,7 @@ type sortFunc : pointer;
end;
- PClcGroup = ^ClcGroup;
+ pClcGroup = ^ClcGroup;
ClcGroup = record
cl : ContactList;
expanded : int;
@@ -120,7 +120,7 @@ type totalMembers : int;
end;
- PClcFontInfo = ^ClcFontInfo;
+ pClcFontInfo = ^ClcFontInfo;
ClcFontInfo = record
hFont : HFONT;
fontHeight : int;
@@ -297,7 +297,7 @@ type isHidden:int;
end;
- PCLCCacheEntry = ^CLCCacheEntry;
+ PClcCacheEntry = ^CLCCacheEntry;
CLCCacheEntry = record
end;
|