From 499a33a35dd37da2899d3b55d2ff87d2c56efad9 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 25 Feb 2024 18:12:24 -0600 Subject: include placeholder cet.h for cpp --- include/compat/cet.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/compat/cet.h (limited to 'include') 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 @@ +/* + * Public domain + * cet.h compatibility shim + */ + +#ifndef LIBCOMPAT_CET_H +#define LIBCOMPAT_CET_H + +#ifndef _MSC_VER +#include_next +#endif + +#endif -- cgit v1.2.3-55-g6feb