You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _C4_WINDOWS_HPP_
|
|
#define _C4_WINDOWS_HPP_
|
|
|
|
#if defined(_WIN64) || defined(_WIN32)
|
|
#include "c4/windows_push.hpp"
|
|
#include <windows.h>
|
|
#include "c4/windows_pop.hpp"
|
|
#endif
|
|
|
|
#endif /* _C4_WINDOWS_HPP_ */
|