We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d313c81 commit 026bce4Copy full SHA for 026bce4
Source/fmx/WrapDelphiFmx.pas
@@ -7,9 +7,9 @@ implementation
7
uses
8
WrapDelphiTypes,
9
WrapDelphiClasses,
10
- {$IFDEF Windows}
+ {$IFDEF MSWINDOWS}
11
WrapDelphiWindows,
12
- {$ENDIF Windows}
+ {$ENDIF MSWINDOWS}
13
WrapDelphiDataBind,
14
WrapFmxTypes,
15
WrapFmxStdCtrls,
Source/vcl/WrapDelphiVCL.pas
@@ -12,7 +12,9 @@ implementation
16
17
18
19
WrapActions,
20
WrapVclControls,
0 commit comments