Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 67588fc

Browse files
author
Qi You
committed
Fix problems about V8_ENV
1 parent 0fcf4fc commit 67588fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

headers/loader/Loader.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ static inline auto __imp_Call(const char *fn) {
4141
return ((ret(*)(p...))(dlsym_cache<hash, hash2>(fn)));
4242
}
4343
#define SymCall(fn, ret, ...) (__imp_Call<do_hash(fn), do_hash2(fn), ret, __VA_ARGS__>(fn))
44-
#ifndef V8_ENV
45-
# define Call SymCall
46-
#endif // ! V8_ENV
4744
#define SYM(fn) (dlsym_cache<do_hash(fn), do_hash2(fn)>(fn))
4845
#define dlsym(xx) SYM(xx)
4946
class THookRegister {

0 commit comments

Comments
 (0)