Nebula
Loading...
Searching...
No Matches
process.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#if __WIN32__
13
#include "
win32/win32process.h
"
14
namespace
System
15
{
16
typedef
Win32::Win32Process
Process;
17
}
18
#elif __linux__
19
#include "
posix/posixprocess.h
"
20
namespace
System
21
{
22
typedef
Posix::PosixProcess
Process;
23
}
24
#else
25
#error "System::Process not implemented on this platform!"
26
#endif
27
//------------------------------------------------------------------------------
28
Posix::PosixProcess
Definition
posixprocess.h:19
Win32::Win32Process
Definition
win32process.h:21
System
Definition
osxsysfunc.h:15
posixprocess.h
win32process.h
code
foundation
system
process.h
Generated on Wed Nov 13 2024 21:37:27 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.