mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 18:42:28 +00:00
7 lines
152 B
C++
7 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
|