The setupapi.h header uses the structure LPPROPSHEETHEADERW
which is declared in oledlg.h



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@6380 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/ChangeLog b/mingw-w64-headers/include/ChangeLog
index be88360..f2df453 100644
--- a/mingw-w64-headers/include/ChangeLog
+++ b/mingw-w64-headers/include/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-21  Erik van Pienbroek  <epienbro@fedoraproject.org>
+
+	* setupapi.h: Add oledbg.h header include.
+
 2013-10-30  Ozkan Sezer  <sezeroz@gmail.com>
 
 	* bthdef.h: Remove duplicated PnPInformationServiceClass_UUID
diff --git a/mingw-w64-headers/include/setupapi.h b/mingw-w64-headers/include/setupapi.h
index 8e29087..fbd52ed 100644
--- a/mingw-w64-headers/include/setupapi.h
+++ b/mingw-w64-headers/include/setupapi.h
@@ -24,6 +24,7 @@
 #endif
 
 #include <commctrl.h>
+#include <oledlg.h>
 
 #ifdef _WIN64
 #include <pshpack8.h>