1 #ifndef MP4V2_PLATFORM_SYS_ERROR_H
2 #define MP4V2_PLATFORM_SYS_ERROR_H
3 
4 namespace mp4v2 { namespace platform { namespace sys {
5 
6 ///////////////////////////////////////////////////////////////////////////////
7 
8 MP4V2_EXPORT int         getLastError    ( );
9 MP4V2_EXPORT const char* getLastErrorStr ( );
10 MP4V2_EXPORT const char* getErrorStr     ( int );
11 
12 ///////////////////////////////////////////////////////////////////////////////
13 
14 }}} // namespace mp4v2::platform::sys
15 
16 #endif // MP4V2_PLATFORM_SYS_ERROR_H
17