yuzu/externals/libressl/include/compat/sys/select.h

11 lines
145 B
C
Raw Normal View History

2020-12-28 19:15:37 +04:00
/*
* Public domain
* sys/select.h compatibility shim
*/
#ifndef _WIN32
#include_next <sys/select.h>
#else
#include <win32netcompat.h>
#endif