Nebula
Loading...
Searching...
No Matches
environment.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
10#if __WIN32__
12namespace System
13{
15}
16#elif __LINUX__
18namespace System
19{
21}
22#else
23#error "System::Environment not implemented on this platform!"
24#endif
25//------------------------------------------------------------------------------
Provides read-access to environment variables.
Definition posixenvironment.h:17
Provides read-access to environment variables.
Provides read-access to environment variables.
Definition win32environment.h:20
Definition osxsysfunc.h:15