IdStackFramesOff.inc 110 B

1234
  1. {$IFOPT W+} // detect stack frames
  2. {$DEFINE _WPlusWasEnabled}
  3. {$W-} // turn off stack frames
  4. {$ENDIF}