Renaming X_RESULT to be consistent.
This commit is contained in:
@@ -52,7 +52,7 @@ typedef uint32_t X_STATUS;
|
||||
|
||||
// HRESULT (ERROR_*)
|
||||
// Adding as needed.
|
||||
typedef uint32_t XRESULT;
|
||||
typedef uint32_t X_RESULT;
|
||||
#define X_ERROR_SUCCESS ((uint32_t)0x00000000L)
|
||||
#define X_ERROR_ACCESS_DENIED ((uint32_t)0x80070005L)
|
||||
#define X_ERROR_BAD_ARGUMENTS ((uint32_t)0x800700A0L)
|
||||
|
||||
Reference in New Issue
Block a user