diff options
Diffstat (limited to 'include/user/videodec.h')
-rw-r--r-- | include/user/videodec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/videodec.h b/include/user/videodec.h index 51d44a3..9af6bde 100644 --- a/include/user/videodec.h +++ b/include/user/videodec.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_VIDEODEC_H_ -#define _DOLCESDK_PSP2_VIDEODEC_H_ +#ifndef _VDSUITE_USER_VIDEODEC_H +#define _VDSUITE_USER_VIDEODEC_H #include_next <videodec.h> @@ -34,5 +34,5 @@ extern SceInt32 sceVideodecInitLibraryWithUnmapMemNongameapp(SceUInt32 codecType } #endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ -#endif /* _DOLCESDK_PSP2_VIDEODEC_H_ */ +#endif /* _VDSUITE_USER_VIDEODEC_H */ |