blob: 6287e515392e6dd095dd8a38863416792d73e264 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include <windows.h>
extern wchar_t exePath[4096];
extern wchar_t buffer1[8192];
extern wchar_t buffer2[12288];
void LibraryLoadError(DWORD dwMessageId, const wchar_t* libName, const wchar_t* location);
bool ShouldLoadNorthstar();
bool ProvisionNorthstar();
|