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