mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-28 19:23:51 +00:00
fix(profile): overhaul 3.3.5a-windows-386 to work with SuperImportSymbolsScript.py
This commit is contained in:
parent
bdb3389efb
commit
2d003672ec
39 changed files with 1476 additions and 1232 deletions
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
DECLARE_STRUCT(Blizzard__Thread__TLSSlot);
|
||||
|
||||
typedef void (*Blizzard__Thread__TLSDestructor)(void*);
|
||||
typedef void (*Blizzard__Thread__TLSDestructor_interface)(void*);
|
||||
typedef Blizzard__Thread__TLSDestructor_interface Blizzard__Thread__TLSDestructor;
|
||||
|
||||
struct Blizzard__Thread__TLSSlot {
|
||||
uint32_t key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue