crossxtex/PlatformSupport/ClangCommon.hpp
2020-09-25 13:10:09 +01:00

18 lines
442 B
C++

/***
Copyright (©) 2020 Reece Wilson (a/k/a Reece). All rights reserved.
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
Please do no evil.
File: ClangCommon.hpp
Date: 2020-9-12
Author: Reece
Purpose: TBD
***/
#pragma once
#include "ClangBsearch.hpp"
#include "ClangMemCpy_s.hpp"
#if !defined(__cdecl)
#define __cdecl
#endif