F4MP/codigos originales/tiltedcode/Code/immersive_launcher/loader/ExeCache.cpp

10 lines
216 B
C++
Raw Normal View History

// Copyright (C) 2021 TiltedPhoques SRL.
// For licensing information see LICENSE at the root of this distribution.
#include "ExeCache.h"
#include "ExeLoader.h"
void RequestSegment(IMAGE_NT_HEADERS* apheaders)
{
}