mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
8 lines
152 B
C++
8 lines
152 B
C++
|
|
#ifndef STORM_ERROR_UNIX_CODES_HPP
|
||
|
|
#define STORM_ERROR_UNIX_CODES_HPP
|
||
|
|
|
||
|
|
#define ERROR_INVALID_PARAMETER 0x57
|
||
|
|
#define ERROR_SUCCESS 0x0
|
||
|
|
|
||
|
|
#endif
|