#include <SoVersion.h>
Go to the source code of this file.
Defines | |
#define | __has_feature(x) 0 |
#define | __has_extension(x) __has_feature |
#define | SoDEPRECATED_ERROR_VERSION 0 |
#define __has_extension | ( | x | ) | __has_feature |
#define __has_feature | ( | x | ) | 0 |
#define SoDEPRECATED_ERROR_VERSION 0 |
Used to hide APIs deprecated after the given version.
This will cause an error to be signaled at compile time if a deprecated API is used.
By default it is defined to 0.