mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-05-01 13:33:51 +00:00
fix(error): correct SErrSuppressErrors prototype
This commit is contained in:
parent
65a6fc72b4
commit
9c2fc0adf4
3 changed files with 4 additions and 4 deletions
|
|
@ -28,6 +28,6 @@ void STORMAPI SErrSetLastError(uint32_t errorcode);
|
|||
|
||||
uint32_t STORMAPI SErrGetLastError();
|
||||
|
||||
void STORMAPI SErrSuppressErrors(uint32_t suppress);
|
||||
void STORMAPI SErrSuppressErrors(int32_t suppress);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue