win32: cleanup

git-svn-id: trunk@29281 -
This commit is contained in:
paul 2011-02-01 05:56:48 +00:00
parent a775500c43
commit 6521e55633

View File

@ -31,7 +31,7 @@ unit Win32Debug;
interface interface
uses uses
windows, ctypes, sysutils, win32Extra; Windows, SysUtils, Win32Extra;
procedure DbgDumpBitmap(ABitmap: HBITMAP; ATitle: String = ''; AUseBitBlt: Boolean = False; AWidth: Integer = -1; AHeight: Integer = -1); procedure DbgDumpBitmap(ABitmap: HBITMAP; ATitle: String = ''; AUseBitBlt: Boolean = False; AWidth: Integer = -1; AHeight: Integer = -1);
procedure DbgDumpDC(ADC: HDC; ATitle: String = ''; AUseBitBlt: Boolean = False; AWidth: Integer = -1; AHeight: Integer = -1); procedure DbgDumpDC(ADC: HDC; ATitle: String = ''; AUseBitBlt: Boolean = False; AWidth: Integer = -1; AHeight: Integer = -1);