Skip to content

Commit

Permalink
Use plain windows.h now it doesn't define small.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 13, 2023
1 parent aab2726 commit 3495eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/platform/win/webview_windows_edge_html.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
//
#include "webview/platform/win/webview_windows_edge_html.h"

#include "base/platform/win/base_windows_h.h"
#include "base/platform/win/base_windows_winrt.h"

#include <QtCore/QUrl>
#include <QtGui/QDesktopServices>

#include <windows.h>
#include <objbase.h>

#include <winrt/Windows.Foundation.Collections.h>
Expand Down

0 comments on commit 3495eb8

Please sign in to comment.