Skip to content

Commit 026bce4

Browse files
committed
Windows directive was set up wrongly
1 parent d313c81 commit 026bce4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Source/fmx/WrapDelphiFmx.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ implementation
77
uses
88
WrapDelphiTypes,
99
WrapDelphiClasses,
10-
{$IFDEF Windows}
10+
{$IFDEF MSWINDOWS}
1111
WrapDelphiWindows,
12-
{$ENDIF Windows}
12+
{$ENDIF MSWINDOWS}
1313
WrapDelphiDataBind,
1414
WrapFmxTypes,
1515
WrapFmxStdCtrls,

Source/vcl/WrapDelphiVCL.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ implementation
1212
uses
1313
WrapDelphiTypes,
1414
WrapDelphiClasses,
15+
{$IFDEF MSWINDOWS}
1516
WrapDelphiWindows,
17+
{$ENDIF MSWINDOWS}
1618
WrapDelphiDataBind,
1719
WrapActions,
1820
WrapVclControls,

0 commit comments

Comments
 (0)