mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 04:19:16 +00:00
Fixed compilation issues
This commit is contained in:
@ -37,7 +37,7 @@ namespace Tasking
|
||||
|
||||
PCB *Task::CreateProcess(PCB *Parent,
|
||||
char *Name,
|
||||
ExecutionElevation Elevation)
|
||||
TaskElevation Elevation)
|
||||
{
|
||||
SmartCriticalSection(TaskingLock);
|
||||
PCB *Process = new PCB;
|
||||
|
Reference in New Issue
Block a user