Renaming X_RESULT to be consistent.

This commit is contained in:
Ben Vanik
2013-11-01 16:23:14 -07:00
parent 06d9f7989a
commit 7a2032b693
9 changed files with 25 additions and 25 deletions

View File

@@ -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)