Page 1 of 1

Header included twice

Posted: Mon Sep 29, 2014 11:40 am
by Edgar
Note that in the file: lib-srcFileDialogwinFileDialogPrivate.cpp the same file is #included on line 55 & 95:

Code: Select all

#include <shlobj.h>
[…]
#include <ShlObj.h>
Even though the capitalization is different, since this is Windows, this file include is one and the same.