mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-27 03:03:52 +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
|
|
@ -10,6 +10,8 @@ struct Blizzard__File__ProcessDirParms {
|
|||
bool isDir;
|
||||
};
|
||||
|
||||
typedef bool (*Blizzard__File__ProcessDirCallback)(const Blizzard__File__ProcessDirParms* parms);
|
||||
typedef bool (*Blizzard__File__ProcessDirCallback_interface)(
|
||||
const Blizzard__File__ProcessDirParms* parms);
|
||||
typedef Blizzard__File__ProcessDirCallback_interface Blizzard__File__ProcessDirCallback;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue