mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 00:20:40 -05:00
set at least one function to dllexport
At least one function must be dllexport to generate a .lib file
This commit is contained in:
parent
61f19215a4
commit
e04a53fbe4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue