diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/compat/cet.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/compat/cet.h b/include/compat/cet.h new file mode 100644 index 0000000..95517b0 --- /dev/null +++ b/include/compat/cet.h | |||
@@ -0,0 +1,13 @@ | |||
1 | /* | ||
2 | * Public domain | ||
3 | * cet.h compatibility shim | ||
4 | */ | ||
5 | |||
6 | #ifndef LIBCOMPAT_CET_H | ||
7 | #define LIBCOMPAT_CET_H | ||
8 | |||
9 | #ifndef _MSC_VER | ||
10 | #include_next <cet.h> | ||
11 | #endif | ||
12 | |||
13 | #endif | ||