Skip to content

Commit

Permalink
[Build]Fix dwamapi.lib linking error on VS (#26870)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Jun 15, 2023
1 parent 9581cd7 commit c7f8b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/Themes/theme_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "dwmapi.h"
#include <windows.h>
#include <vector>
#pragma comment (lib,"Dwmapi.lib")

#define DWMWA_USE_IMMERSIVE_DARK_MODE 20
#define HKEY_WINDOWS_THEME L"Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize"
Expand Down

0 comments on commit c7f8b69

Please sign in to comment.