mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 11:12:23 +01:00
Switched to sinum
This commit is contained in:
15
redirect/Utilities/Windows.h
Normal file
15
redirect/Utilities/Windows.h
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2024 Project Nova LLC
|
||||
|
||||
#pragma once
|
||||
#include "../framework.h"
|
||||
|
||||
namespace Windows
|
||||
{
|
||||
namespace Thread
|
||||
{
|
||||
static HANDLE Create(void* Routine, void* Param = NULL)
|
||||
{
|
||||
return CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)Routine, Param, 0, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
1210
redirect/Utilities/memcury.h
Normal file
1210
redirect/Utilities/memcury.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user