Bitdefender Hypervisor Memory Introspection
compiler-msvc.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020 Bitdefender
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
#ifndef _COMPILER_MSVC_H_
6
#define _COMPILER_MSVC_H_
7
8
#ifndef _CRT_SECURE_NO_WARNINGS
9
#define _CRT_SECURE_NO_WARNINGS
10
#endif // !_CRT_SECURE_NO_WARNINGS
11
12
#include <stdint.h>
13
#include <stdbool.h>
14
#include <stddef.h>
15
16
#endif // _COMPILER_MSVC_H_
introcore
include
compiler-msvc.h
Generated by
1.8.13