blob: 8776458519cfb0e5e14580ea0c318dd61c5b675b [file] [log] [blame]
#ifndef MP4V2_PLATFORM_SYS_ERROR_H
#define MP4V2_PLATFORM_SYS_ERROR_H
namespace mp4v2 { namespace platform { namespace sys {
///////////////////////////////////////////////////////////////////////////////
MP4V2_EXPORT int getLastError ( );
MP4V2_EXPORT const char* getLastErrorStr ( );
MP4V2_EXPORT const char* getErrorStr ( int );
///////////////////////////////////////////////////////////////////////////////
}}} // namespace mp4v2::platform::sys
#endif // MP4V2_PLATFORM_SYS_ERROR_H