diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/appmgr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 9547e9b..a3ee1fd 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_APPMGR_H_ -#define _PSP2_APPMGR_H_ +#ifndef _VDSUITE_USER_APPMGR_H +#define _VDSUITE_USER_APPMGR_H #include_next <appmgr.h> @@ -477,5 +477,5 @@ int sceSharedFbGetInfo(SceUID fbId, SceSharedFbInfo *fbInfo); } #endif -#endif /* _PSP2_APPMGR_H_ */ +#endif /* _VDSUITE_USER_APPMGR_H */ |