mirror of
https://github.com/racoten/BetterNetLoader
synced 2026-06-08 16:54:45 +00:00
8 lines
247 B
C
8 lines
247 B
C
#pragma once
|
|
#include <Windows.h>
|
|
#include <tchar.h>
|
|
#include <stdio.h>
|
|
|
|
static void BuildFullPath(LPCTSTR lpFileName, LPTSTR fullPath, size_t fullPathSize);
|
|
HMODULE MyLoadLibraryExWrapped(LPCTSTR lpFileName, HANDLE hFileIgnored, DWORD dwFlags);
|