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:
vincents 2007-02-09 21:06:36 +00:00
parent 0362114bc2
commit e4c31c5a09

View File

@ -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