From 7e9ad9946b7ccb43f10da5584297af4d8da6000b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 27 Mar 2022 15:02:08 +0200 Subject: add new hdid algo (#694) * add new hdid algo * forgot the w for unicode * add advapi32 to windows * get rid of visual studio 2022 shit * Update src/hardware_functions.cpp Co-authored-by: oldmud0 * close handle when it fails Co-authored-by: oldmud0 --- Attorney_Online.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Attorney_Online.pro') diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 3b4a0ee4..c1340fb3 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -42,6 +42,8 @@ LIBS += -lbassmidi macx:LIBS += -framework CoreFoundation -framework Foundation -framework CoreServices +win32:LIBS += -ladvapi32 + CONFIG += c++17 RESOURCES += resources.qrc -- cgit