* include/exdisp.h: Include oaidl.h as system header.

This commit is contained in:
Danny Smith 2002-11-12 21:25:23 +00:00
parent 1f90279128
commit 4308e5b0dd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-12 Danny Smith <dannysmith@users.sourceforge.net>
* include/exdisp.h: Include oaidl.h as system header.
2002-11-12 Earnie Boyd <earnie@users.sf.net> 2002-11-12 Earnie Boyd <earnie@users.sf.net>
* include/w32api.h (__W32API_VERSION): Fix. * include/w32api.h (__W32API_VERSION): Fix.

View File

@ -6,7 +6,7 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#include "oaidl.h" #include <oaidl.h>
#include <ocidl.h> #include <ocidl.h>
#include <docobj.h> #include <docobj.h>