chore(file): improve accuracy of file function signatures

This commit is contained in:
fallenoak 2025-12-28 12:43:36 -06:00
parent cac1cf7a1f
commit fb141ff527
2 changed files with 23 additions and 14 deletions

View file

@ -13,6 +13,11 @@
#endif
#endif
#if !defined(WHOA_SYSTEM_WIN)
typedef void* HANDLE;
typedef void* LPOVERLAPPED;
#endif
int32_t STORMAPI StormDestroy();
#endif