| #ifndef MP4V2_PLATFORM_IMPL_H | |
| #define MP4V2_PLATFORM_IMPL_H | |
| /////////////////////////////////////////////////////////////////////////////// | |
| #include "libplatform/platform.h" | |
| #if defined _WIN32 | |
| #include "libplatform/platform_win32_impl.h" | |
| #endif | |
| /////////////////////////////////////////////////////////////////////////////// | |
| #endif // MP4V2_PLATFORM_IMPL_H |