1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
/* ** Virtual I/O library for Windows named pipes ** Written by Monty */ #ifdef __WIN32__ #include "vio-global.h" #ifdef __GNUC__ #pragma implementation // gcc: Class implementation #endif VIO_NS_BEGIN VIO_NS_END #endif /* WIN32 */