mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
chore(file): improve accuracy of file function signatures
This commit is contained in:
parent
cac1cf7a1f
commit
fb141ff527
2 changed files with 23 additions and 14 deletions
|
|
@ -13,6 +13,11 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(WHOA_SYSTEM_WIN)
|
||||
typedef void* HANDLE;
|
||||
typedef void* LPOVERLAPPED;
|
||||
#endif
|
||||
|
||||
int32_t STORMAPI StormDestroy();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue