We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba43ece + a1962fe commit ff87982Copy full SHA for ff87982
1 file changed
include/tinyhook.h
@@ -56,7 +56,7 @@ TH_VIS void *symbol_resolve(uint32_t image_index, const char *symbol_name, uint
56
57
#define symtbl_solve(image_index, symbol_name) symbol_resolve(image_index, symbol_name, RESOLVE_SYMTAB)
58
#define symexp_solve(image_index, symbol_name) symbol_resolve(image_index, symbol_name, RESOLVE_EXPORT)
59
-#define symstub_solve(image_index, symbol_name) symbol_resolve(image_index, symbol_name, RESOLVE_STUB)
+#define symstub_solve(image_index, symbol_name) symbol_resolve(image_index, symbol_name, RESOLVE_STUBS)
60
61
#ifdef __cplusplus
62
}
0 commit comments