1#ifndef _C4_WINDOWS_HPP_ 2#define _C4_WINDOWS_HPP_ 3 4#if defined(_WIN64) || defined(_WIN32) 5#include "c4/windows_push.hpp" 6#include <windows.h> 7#include "c4/windows_pop.hpp" 8#endif 9 10#endif /* _C4_WINDOWS_HPP_ */ 11 12