mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 08:20:35 +02:00
Win32: Remove Windows 9x specific code, part 4 (less hints).
git-svn-id: trunk@50773 -
This commit is contained in:
parent
2ab84755d1
commit
36c58a9b68
@ -1025,7 +1025,6 @@ var
|
||||
L: LongWord;
|
||||
I, C: Integer;
|
||||
DropForm: TWinControl;
|
||||
AnsiBuffer: string;
|
||||
WideBuffer: WideString;
|
||||
begin
|
||||
Drop := HDROP(WParam);
|
||||
|
@ -147,7 +147,6 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
function TWin32ListStringList.Get(Index: Integer): String;
|
||||
Var
|
||||
s: string;
|
||||
w: widestring;
|
||||
begin
|
||||
if (Index < 0) Or (Index >= Count) then
|
||||
|
@ -585,7 +585,6 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
function TWin32WidgetSet.WinRegister: Boolean;
|
||||
var
|
||||
WindowClass: WndClass;
|
||||
WindowClassW: WndClassW;
|
||||
begin
|
||||
with WindowClassW do
|
||||
|
@ -1271,7 +1271,6 @@ function TWin32WidgetSet.EnumFontFamiliesEx(DC: HDC; lpLogFont: PLogFont;
|
||||
var
|
||||
FontName: String;
|
||||
LFW: LogFontW;
|
||||
LFA: LogFontA absolute LFW;
|
||||
Rec: TProcRedirRec;
|
||||
begin
|
||||
FontName := lpLogFont^.lfFaceName;
|
||||
@ -2037,7 +2036,6 @@ function TWin32WidgetSet.GetTextExtentExPoint(DC: HDC; Str: PChar;
|
||||
Count, MaxWidth: Integer; MaxCount, PartialWidths: PInteger; var Size: TSize): Boolean;
|
||||
var
|
||||
LCLStr: string;
|
||||
s: AnsiString;
|
||||
w: WideString;
|
||||
begin
|
||||
// use temp buffer, if count is set, there might be no null terminator
|
||||
|
Loading…
Reference in New Issue
Block a user