mirror of
https://github.com/asmjit/asmjit
synced 2026-06-08 13:13:30 +00:00
Added gcc visibility push/pop to ApiBegin/ApiEnd.
ApiBegin/ApiEnd moved from asmjit/base to asmjit.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "../base/intutil.h"
|
||||
|
||||
// [Api-Begin]
|
||||
#include "../base/apibegin.h"
|
||||
#include "../apibegin.h"
|
||||
|
||||
namespace asmjit {
|
||||
|
||||
@@ -66,4 +66,4 @@ const char* ErrorUtil::asString(Error e) {
|
||||
} // asmjit namespace
|
||||
|
||||
// [Api-End]
|
||||
#include "../base/apiend.h"
|
||||
#include "../apiend.h"
|
||||
|
||||
Reference in New Issue
Block a user