fix some headers to compile with MSVC
Modified: trunk/reactos/w32api/include/excpt.h
Modified: trunk/reactos/w32api/include/objsel.h
_____
Modified: trunk/reactos/w32api/include/excpt.h
--- trunk/reactos/w32api/include/excpt.h 2005-10-17 11:03:30 UTC
(rev 18508)
+++ trunk/reactos/w32api/include/excpt.h 2005-10-17 11:09:35 UTC
(rev 18509)
@@ -14,8 +14,10 @@
#ifndef _EXCPT_H_
#define _EXCPT_H_
-/* All the headers include this file. */
+/* All the headers include this file. */
+#if defined(__MINGW32__)
#include <_mingw.h>
+#endif
#include <windef.h>
_____
Modified: trunk/reactos/w32api/include/objsel.h
--- trunk/reactos/w32api/include/objsel.h 2005-10-17 11:03:30 UTC
(rev 18508)
+++ trunk/reactos/w32api/include/objsel.h 2005-10-17 11:09:35 UTC
(rev 18509)
@@ -22,7 +22,12 @@
#endif
#include <unknwn.h>
+#include <oaidl.h>
+#include <objidl.h>
+#define INITGUID
+#include <initguid.h>
+
DEFINE_GUID(CLSID_DsObjectPicker, 0x17d6ccd8, 0x3b7b, 0x11d2, 0x00b9,
0xe0,0x00,0xc0,0x4f,0xd8,0xdb,0xf7);
DEFINE_GUID(IID_IDsObjectPicker, 0x0c87e64e, 0x3b7a, 0x11d2, 0x00b9,
0xe0,0x00,0xc0,0x4f,0xd8,0xdb,0xf7);
Show replies by date