--- old+++ new@@ -1,6 +1,6 @@When nested indentation for {$IFDEF} is enabled, other compiler directives are also indented:
~~~
-$IFDEF WIN32}+{$IFDEF WIN32}uses
u_dzFileStreams;
status: open --> closed-wont-fix
Group: New --> Closed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
This is working as designed. It makes sense because the {$L bla} directive will be ignored if {$IFDEF WIN32} is false.
It looks wrong on first glance, though, but consider a different example: