set at least one function to dllexport

At least one function must be dllexport to generate a .lib file
This commit is contained in:
itsmattkc 2022-07-14 00:40:28 -07:00
parent 61f19215a4
commit e04a53fbe4

View file

@ -7,7 +7,7 @@
#include "hooks.h"
#include "util.h"
DWORD WINAPI Patch()
__declspec(dllexport) DWORD WINAPI Patch()
{
if (!config.Load()) {
MessageBoxA(0, "Failed to find Rebuilder configuration. No patches will be active.", 0, 0);