diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-23 15:06:54 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-23 15:06:54 +0200 |
commit | fa7e2dcee2e2a5d51a91e039d217852eecdc8da9 (patch) | |
tree | 3fb001ff9eaa354ec15d3e651f60d59d353ac135 /src/corelib/gdi | |
parent | 456a3dc6ebb17f12039eaa73a9116e377aa898bb (diff) | |
download | fpGUI-fa7e2dcee2e2a5d51a91e039d217852eecdc8da9.tar.xz |
GDI: internet links in unit header comment
I added some useful internet links to the header of the unit.
Win32 API, WinCE API and general FPC WinCE information.
Diffstat (limited to 'src/corelib/gdi')
-rw-r--r-- | src/corelib/gdi/fpg_gdi.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/gdi/fpg_gdi.pas b/src/corelib/gdi/fpg_gdi.pas index ca3a8c51..b6ff7394 100644 --- a/src/corelib/gdi/fpg_gdi.pas +++ b/src/corelib/gdi/fpg_gdi.pas @@ -13,6 +13,10 @@ Description: This defines the CoreLib backend interface to the Windows GDI API. + + Win32 API Reference - http://msdn.microsoft.com/en-us/library/ff468919(VS.85).aspx + Windows CE 3.0 API Reference - http://msdn.microsoft.com/en-us/library/ms925466.aspx + FPC WinCE information - http://wiki.freepascal.org/WinCE_port } unit fpg_gdi; |