.. _program_listing_file__tmp_ws_src_ecl_lite_ecl_time_lite_include_ecl_time_lite_types_win.hpp: Program Listing for File types_win.hpp ====================================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_lite/ecl_time_lite/include/ecl/time_lite/types_win.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_TIME_LITE_TYPES_WIN_HPP_ #define ECL_TIME_LITE_TYPES_WIN_HPP_ /***************************************************************************** ** Cross Platform Configuration *****************************************************************************/ #include #include "macros.hpp" #if defined(ECL_HAS_WIN_TIMERS) /***************************************************************************** ** Include *****************************************************************************/ #include #include /***************************************************************************** ** Namespaces *****************************************************************************/ namespace ecl { /***************************************************************************** ** Structures *****************************************************************************/ struct ecl_time_lite_PUBLIC TimeStructure { time_t tv_sec; long tv_nsec; }; } // namespace ecl #endif #endif /* ECL_TIME_LITE_TYPES_WIN_HPP_ */