Add brightray prefix to include paths from within brightray
This commit is contained in:
parent
c4608c0f37
commit
d7321ed980
76 changed files with 171 additions and 172 deletions
|
@ -1,9 +1,9 @@
|
|||
#define NOMINMAX
|
||||
#include "browser/win/win32_desktop_notifications/toast.h"
|
||||
#include "brightray/browser/win/win32_desktop_notifications/toast.h"
|
||||
#include <uxtheme.h>
|
||||
#include <windowsx.h>
|
||||
#include <algorithm>
|
||||
#include "browser/win/win32_desktop_notifications/common.h"
|
||||
#include "brightray/browser/win/win32_desktop_notifications/common.h"
|
||||
|
||||
#pragma comment(lib, "msimg32.lib")
|
||||
#pragma comment(lib, "uxtheme.lib")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue