#ifndef EFSW_PLATFORMIMPL_HPP #define EFSW_PLATFORMIMPL_HPP #include #if defined( EFSW_PLATFORM_POSIX ) #include #include #include #include #elif EFSW_PLATFORM == EFSW_PLATFORM_WIN32 #include #include #include #include #else #error Thread, Mutex, and System not implemented for this platform. #endif #endif