contrib.h 344 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// [AsmJit]
// Complete x86/x64 JIT and Remote Assembler for C++.
//
// [License]
// Zlib - See LICENSE.md file in this package.

// [Guard]
#ifndef _ASMJIT_CONTRIB_H
#define _ASMJIT_CONTRIB_H

// [Dependencies - Core]
#include "base.h"

// [Dependencies - Contrib]
#include "contrib/winremoteruntime.h"

// [Guard]
#endif // _ASMJIT_CONTRIB_H