From c396f3cec348fab6dca6dc1edf447f1fe2f2e3d5 Mon Sep 17 00:00:00 2001 From: CallowBlack Date: Wed, 22 Jun 2022 01:20:58 +0300 Subject: [PATCH] fix build error add `shlwapi.lib` comment --- cheat-library/src/user/cheat/teleport/CustomTeleports.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cheat-library/src/user/cheat/teleport/CustomTeleports.cpp b/cheat-library/src/user/cheat/teleport/CustomTeleports.cpp index 1751938..76e35fa 100644 --- a/cheat-library/src/user/cheat/teleport/CustomTeleports.cpp +++ b/cheat-library/src/user/cheat/teleport/CustomTeleports.cpp @@ -12,6 +12,7 @@ #include #include #include "shlwapi.h" +#pragma comment(lib, "shlwapi.lib") namespace cheat::feature {