vpl.cxx
Go to the documentation of this file.
1 // This is core/vpl/vpl.cxx
2 #include "vpl.h"
3 
4 #if defined(__CYGWIN__)
5 # include "os_unix/vpl.cxx"
6 #elif defined(_WIN32)
7 # include "os_win32/vpl.cxx"
8 #else
9 # include "os_unix/vpl.cxx"
10 #endif
Access to certain POSIX functions.