IdStackFramesOff.inc 187 B

12345
  1. // TODO: for FreePascal, use {$PUSH} here and {$POP} in IdStackFramesOn.inc
  2. {$IFOPT W+} // detect stack frames
  3. {$DEFINE _WPlusWasEnabled}
  4. {$W-} // turn off stack frames
  5. {$ENDIF}