summaryrefslogtreecommitdiff
path: root/include/delphi/m_fontservice.inc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-10 19:55:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-10 19:55:33 +0000
commit503d82db45bf24f4739d126d43bfbeee4828a882 (patch)
tree87b6ec821155e7459af203cde96fc6f9d6104027 /include/delphi/m_fontservice.inc
parent6ad65c4d4fce1d5ce1a1873ee84feaff753c9d48 (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_fontservice.inc')
-rw-r--r--include/delphi/m_fontservice.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_fontservice.inc b/include/delphi/m_fontservice.inc
index 4317ecf2b6..81761f0924 100644
--- a/include/delphi/m_fontservice.inc
+++ b/include/delphi/m_fontservice.inc
@@ -86,7 +86,7 @@ type
backgroundName: array [0..63] of AnsiChar;
end;
TFontID = TFontID_tag;
- PFontID = ^TFontID;
+ pFontID = ^TFontID;
PFontIDW_tag = ^TFontIDW_tag;
TFontIDW_tag = record