mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
include placeholder cet.h for cpp
This commit is contained in:
13
include/compat/cet.h
Normal file
13
include/compat/cet.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Public domain
|
||||
* cet.h compatibility shim
|
||||
*/
|
||||
|
||||
#ifndef LIBCOMPAT_CET_H
|
||||
#define LIBCOMPAT_CET_H
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include_next <cet.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user