Compiles on UNIX based systems
This commit is contained in:
12
Common/LXC.h
12
Common/LXC.h
@@ -1,8 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
// MSVC Built in macros for non-MSVC enviroments //
|
||||
|
||||
#ifndef _UNLIKELY
|
||||
#define _UNLIKELY [[unlikely]]
|
||||
#endif // _UNLIKELY
|
||||
|
||||
#ifndef _LIKELY
|
||||
#define _LIKELY [[likely]]
|
||||
#endif // _LIKELY
|
||||
|
||||
// Standard libraries //
|
||||
|
||||
#include <unordered_map>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
// LXC util files //
|
||||
|
||||
Reference in New Issue
Block a user