File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11unit F_PreviewHTML;
22
3- { $ifdef FPC}{ $unitpath common}{ $endif}
3+ { $ifdef FPC}
4+ { $unitpath common}
5+ { $ifndef DEBUG}
6+ { $define ODS:=//}
7+ { $endif}
8+ { $endif}
49
510// //////////////////////////////////////////////////////////////////////////////////////////////////
611interface
Original file line number Diff line number Diff line change 11unit U_CustomFilter;
22
3- { $ifdef FPC}{ $mode delphiunicode}{ $endif}
3+ { $ifdef FPC}
4+ { $mode delphiunicode}
5+ { $ifndef DEBUG}
6+ { $define ODS:=//}
7+ { $endif}
8+ { $endif}
49
510// //////////////////////////////////////////////////////////////////////////////////////////////////
611interface
Original file line number Diff line number Diff line change 3232 <SyntaxOptions >
3333 <SyntaxMode Value =" Delphi" />
3434 <UseAnsiStrings Value =" False" />
35+ <CStyleMacros Value =" True" />
3536 </SyntaxOptions >
3637 </Parsing >
3738 <CodeGeneration >
You can’t perform that action at this time.
0 commit comments