mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 08:46:24 +00:00
Fix build
This commit is contained in:
parent
3c96bb3959
commit
906f912bcf
@ -5,11 +5,13 @@
|
|||||||
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#undef UNICODE
|
#undef UNICODE
|
||||||
#include "Memory/Memory.h"
|
#include <windows.h>
|
||||||
|
|
||||||
#include <psapi.h>
|
#include <psapi.h>
|
||||||
#include <tlhelp32.h>
|
#include <tlhelp32.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "Memory/BeamNG.h"
|
#include "Memory/BeamNG.h"
|
||||||
|
#include "Memory/Memory.h"
|
||||||
|
|
||||||
uint32_t Memory::GetBeamNGPID(const std::set<uint32_t>& BL) {
|
uint32_t Memory::GetBeamNGPID(const std::set<uint32_t>& BL) {
|
||||||
SetLastError(0);
|
SetLastError(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user