Merge branch 'master' into d3d12

This commit is contained in:
Triang3l
2018-10-22 23:15:07 +03:00
committed by GitHub
7 changed files with 61 additions and 42 deletions

View File

@@ -36,9 +36,9 @@ class CDialogEventHandler : public IFileDialogEvents,
IFACEMETHODIMP QueryInterface(REFIID riid, void** ppv) {
static const QITAB qit[] = {
{&__uuidof(IFileDialogEvents),
OFFSETOFCLASS(IFileDialogEvents, CDialogEventHandler)},
(int)OFFSETOFCLASS(IFileDialogEvents, CDialogEventHandler)},
{&__uuidof(IFileDialogControlEvents),
OFFSETOFCLASS(IFileDialogControlEvents, CDialogEventHandler)},
(int)OFFSETOFCLASS(IFileDialogControlEvents, CDialogEventHandler)},
{0},
};
return QISearch(this, qit, riid, ppv);