We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab8d39 commit 0ab976fCopy full SHA for 0ab976f
src/uexport3.pas
@@ -27,8 +27,10 @@
27
{$I MyLCL_ActionList.inc} //BASECLASS:TComponent
28
{$I MyLCL_Action.inc} //BASECLASS:TComponent
29
{$I MyLCL_ToolButton.inc} //BASECLASS:TControl
30
-//{$I MyLCL_IniFile.inc} // 先牺牲掉它吧
31
-{$I MyLCL_Registry.inc} //BASECLASS:TObject
+{$IFnDEF LINUX} // 先牺牲掉它吧
+{$I MyLCL_IniFile.inc}
32
+{$I MyLCL_Registry.inc}
33
+{$ENDIF}
34
{$I MyLCL_Clipboard.inc} //BASECLASS:TObject
35
{$I MyLCL_Monitor.inc} //BASECLASS:TObject
36
{$I MyLCL_PaintBox.inc} //BASECLASS:TControl
0 commit comments