notonce

Controls whether or not the compiler lets included files be repeatedly included, even with #pragma once on.

Syntax

#pragma notonce

Targets
All platforms.
Remarks

If you enable this pragma, files can be repeatedly #included, even if you have enabled #pragma once on. For more information, see “once”.

This pragma does not correspond to any panel setting.