mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 12:30:36 +02:00
win32 interfaces: conditionally removed OpenFileName record declaration, it is in fpc 2.1.1 now
git-svn-id: trunk@10617 -
This commit is contained in:
parent
0362114bc2
commit
e4c31c5a09
@ -242,7 +242,6 @@ Function Split(Const Str: String; SplitStr: String; Count: Integer; Const CaseSe
|
||||
{$ifdef VER2_0}
|
||||
function GET_X_LPARAM(lp : Windows.LParam) : longint;
|
||||
function GET_Y_LPARAM(lp : Windows.LParam) : longint;
|
||||
{$endif VER2_0}
|
||||
|
||||
// the declaration in the windows unit doesn't have the FlagsEx field
|
||||
type
|
||||
@ -276,6 +275,7 @@ type
|
||||
POPENFILENAME = ^OPENFILENAME;
|
||||
|
||||
OPENFILENAME_NT4 = Windows.OPENFILENAME;
|
||||
{$endif}
|
||||
|
||||
|
||||
Implementation
|
||||
|
Loading…
Reference in New Issue
Block a user