Closed asfernandes closed 1 month ago
Are there still compilers in use that don't understand #pragma once
and require old-style guards?
Are there still compilers in use that don't understand
#pragma once
and require old-style guards?
This has nothing to do with this PR and will not be changed here. Please open new thread if you want to discuss this.
But anyway, it's not standard.
Reorganize public headers so files in
include/firebird
do not depend on files ininclude
and a compiler include dir settings (-I
) present.This also deprecates files in
include
recommending that people include files directly present infirebird/*
.