Added gcc visibility push/pop to ApiBegin/ApiEnd.

ApiBegin/ApiEnd moved from asmjit/base to asmjit.
This commit is contained in:
kobalicekp
2014-04-01 21:16:31 +02:00
parent 706cbd6d15
commit fa528f4741
53 changed files with 114 additions and 104 deletions
+2 -2
View File
@@ -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"