mirror of
https://github.com/wiiu-env/libcontentredirection.git
synced 2024-11-13 07:05:14 +01:00
Add missing typedef to ContentRedirectionStatus
This commit is contained in:
parent
811e5af19f
commit
ff0fac7700
@ -36,7 +36,7 @@ enum FSLayerType {
|
||||
FS_LAYER_TYPE_SAVE_REPLACE,
|
||||
};
|
||||
|
||||
enum ContentRedirectionStatus {
|
||||
typedef enum ContentRedirectionStatus {
|
||||
CONTENT_REDIRECTION_RESULT_SUCCESS = 0,
|
||||
CONTENT_REDIRECTION_RESULT_MODULE_NOT_FOUND = -1,
|
||||
CONTENT_REDIRECTION_RESULT_MODULE_MISSING_EXPORT = -2,
|
||||
@ -47,7 +47,7 @@ enum ContentRedirectionStatus {
|
||||
CONTENT_REDIRECTION_RESULT_LAYER_NOT_FOUND = -13,
|
||||
CONTENT_REDIRECTION_RESULT_LIB_UNINITIALIZED = -20,
|
||||
CONTENT_REDIRECTION_RESULT_UNKNOWN_ERROR = -1000,
|
||||
};
|
||||
} ContentRedirectionStatus;
|
||||
|
||||
typedef uint32_t CRLayerHandle;
|
||||
typedef uint32_t ContentRedirectionVersion;
|
||||
|
Loading…
Reference in New Issue
Block a user