TSDuck v3.38-3675
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsBeforeStandardHeaders.h File Reference

Technical header to include before including standard and system headers. More...

Detailed Description

Technical header to include before including standard and system headers.

This header file cleans up the compilation state to prepare for system headers. These system headers may generate spurious warnings or require additional definitions.

The following example illustrates the mandatory way to include system headers:

#include <system-header-1.h>
#include <system-header-2.h>
...
#include "tsAfterStandardHeaders.h"
Technical header to include before including standard and system headers.
See also
tsAfterStandardHeaders.h