diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/promoterutil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h index ba5a0ce..e5d1d68 100644 --- a/include/user/promoterutil.h +++ b/include/user/promoterutil.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_PROMOTERUTIL_H_ -#define _PSP2_PROMOTERUTIL_H_ +#ifndef _VDSUITE_USER_PROMOTERUTIL_H +#define _VDSUITE_USER_PROMOTERUTIL_H #include <stdint.h> @@ -124,4 +124,4 @@ int scePromoterUtilityCheckExist(const char *titleid, int *res); } #endif -#endif /* _PSP2_PROMOTERUTIL_H_ */ +#endif /* _VDSUITE_USER_PROMOTERUTIL_H */ |