(file) Return to System.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

1 mike  1.1 #include "System.h"
2           
3           #if defined(PEGASUS_OS_TYPE_WINDOWS)
4           # include "SystemWindows.cpp"
5           #elif defined(PEGASUS_OS_TYPE_UNIX)
6           # include "SystemUnix.cpp"
7           #else
8           # error "Unsupported platform"
9           #endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2