etl/Converting header guards.txt
2026-06-30 11:33:30 +01:00

13 lines
297 B
Plaintext

How to convert the ETL header between #include guards and #pragma once.
Install
python3 -m pip install guardonce
Navigate to etl/scripts
Change from #include guard to #pragma once
./convert_headers_to_use_once.bat
Change from #pragma once to #include guard
./convert_headers_to_use_guards.bat