diff options
Diffstat (limited to 'include/user/registrymgr.h')
-rw-r--r-- | include/user/registrymgr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/registrymgr.h b/include/user/registrymgr.h index 87672b6..847277b 100644 --- a/include/user/registrymgr.h +++ b/include/user/registrymgr.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_REGISTRYMGR_H_ -#define _PSP2_REGISTRYMGR_H_ +#ifndef _VDSUITE_USER_REGISTRYMGR_H +#define _VDSUITE_USER_REGISTRYMGR_H #include <scetypes.h> @@ -214,4 +214,4 @@ SceInt32 sceRegMgrUtilitySetStr(SceUInt32 id, const char *buf, SceSize size); } #endif -#endif /* _PSP2_REGISTRYMGR_H_ */ +#endif /* _VDSUITE_USER_REGISTRYMGR_H */ |