diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-27 15:02:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-27 15:02:08 +0200 |
| commit | 7e9ad9946b7ccb43f10da5584297af4d8da6000b (patch) | |
| tree | 5c8b8967007e956f0f01f0cf08b82e078b080f94 /Attorney_Online.pro | |
| parent | 69f49f7fee33a8b24de8c38eb594e1116cdf356f (diff) | |
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 <oldmud0@users.noreply.github.com>
* close handle when it fails
Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com>
Diffstat (limited to 'Attorney_Online.pro')
| -rw-r--r-- | Attorney_Online.pro | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
