[go: up one dir, main page]

Menu

[9c90d7]: / util / utoslayer.c  Maximize  Restore  History

Download this file

10 lines (9 with data), 163 Bytes

1
2
3
4
5
6
7
8
9
#if _WIN32
# ifdef _MSC_VER
# include "utnt.c"
# else /* utcygwin works in MinGW too */
# include "utcygwin.c"
# endif
#else
# include "utunix.c"
#endif