Silicium
open.hpp
Go to the documentation of this file.
1 #ifndef SILICIUM_OPEN_HPP
2 #define SILICIUM_OPEN_HPP
3 
4 #ifdef _WIN32
5 # include <silicium/win32/open.hpp>
6 #else
7 # include <silicium/posix/open.hpp>
8 #endif
9 
10 #endif