about summary refs log tree commit diff stats
path: root/src/include/globalsymbols.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [BOX32][WRAPPER] Added some more libc wrapped function, and 32bits ↵ptitSeb2024-10-191-0/+10
| | | | globalsymbol infrastructure
* Added one xslt wrapped constant (for #1534)ptitSeb2024-05-291-0/+4
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-8/+8
|/ | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers.
* Fixed some issue with getopt (for #170)ptitSeb2021-11-211-0/+2
|
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 ↵ptitSeb2021-09-181-3/+3
| | | | samples)
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-051-0/+3
|
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-031-0/+14