Skip to content

Commit 3ec5eda

Browse files
sunchengxiongtishion
authored andcommitted
fix: fix compilation error on Windows 10 with SDK 10.0.19041
1 parent c24d846 commit 3ec5eda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/win/details/QCefContextPrivate_win.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include "../../details/QCefContextPrivate.h"
22

3+
#define NO_SHLWAPI_ISOS
34
#include <Shlwapi.h>
5+
#undef NO_SHLWAPI_ISOS
46

57
#include <QDebug>
68
#include <QDir>

0 commit comments

Comments
 (0)