-
-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various box32 wrapped libs and script fixes (#1889)
* [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers
- Loading branch information
Showing
82 changed files
with
661 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
#if defined(GO) && defined(GOM) && defined(GO2) && defined(DATA) | ||
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA)) | ||
#error Meh... | ||
#endif | ||
|
||
GOM(dladdr, iFEpp) | ||
GOM(dladdr1, iFEpppi) | ||
GOM(dlclose, iFEp) | ||
GOM(dlerror, pFEv) | ||
#ifdef STATICBUILD | ||
//DATAB(_dlfcn_hook, sizeof(void*)) | ||
//DATAB(_dlfcn_hook, 8) | ||
#else | ||
DATAB(_dlfcn_hook, sizeof(void*)) | ||
DATAB(_dlfcn_hook, 8) | ||
#endif | ||
GOM(dlinfo, iFEpip) | ||
GOM(dlmopen, pFEppi) | ||
GOM(dlopen, pFEpi) | ||
GOM(dlsym, pFEpp) | ||
GOM(dlvsym, pFEppp) // Weak | ||
GOM(_dl_find_object, iFEpp) | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.