mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-04-30 21:13:51 +00:00
feat(error): add SErrIsDisplayingError
This commit is contained in:
parent
b292aabac0
commit
5472065b8b
5 changed files with 25 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ void STORMAPI SBigToUnsigned(BigData*, uint32_t*) {}
|
|||
void STORMCDECL SErrDisplayAppFatal(const char* format, ...) {}
|
||||
int32_t STORMAPI SErrDisplayError(uint32_t, const char*, int32_t, const char*, int32_t, uint32_t) { return 0; }
|
||||
int32_t STORMCDECL SErrDisplayErrorFmt(uint32_t, const char*, int32_t, int32_t, uint32_t, const char*, ...) { return 0; }
|
||||
int32_t STORMAPI SErrIsDisplayingError() { return 0; }
|
||||
void STORMAPI SErrPrepareAppFatal(const char*, int32_t) {}
|
||||
void STORMAPI SErrSetLastError(uint32_t) {}
|
||||
uint32_t STORMAPI SErrGetLastError() { return 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue