Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-Id: <200002110734.BAA23461@mercury.xraylith.wisc.edu> To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: (patch) w3api tweak Date: Fri, 11 Feb 2000 01:34:22 -0600 From: Mumit Khan 2000-02-11 Axel Riese * oaidl.h (LPTYPECOMP): Remove multiple definition. Index: include/oaidl.h =================================================================== RCS file: /usr/src/CVSROOT/win32/w32api/include/oaidl.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -p -r1.7 -r1.8 --- include/oaidl.h 2000/01/20 04:07:05 1.7 +++ include/oaidl.h 2000/02/11 07:32:00 1.8 @@ -60,7 +60,6 @@ typedef interface IErrorInfo *LPERRORINF typedef interface IDispatch *LPDISPATCH; typedef interface IEnumVARIANT *LPENUMVARIANT; typedef interface ICreateErrorInfo *LPCREATEERRORINFO; -typedef interface ITypeComp *LPTYPECOMP; extern const IID IID_ITypeLib; extern const IID IID_ICreateTypeInfo;