20 Jan
2003
20 Jan
'03
4:14 a.m.
John K. Hohm wrote on Sun, Jan 19, 2003 at 10:00:25PM -0600:
wine/dlls/comcat/:
comcat_private.h:45: conflicting types for `ClassFactoryImpl' comcat.h:49: previous declaration of `ClassFactoryImpl' [more of same error for ther types]
I'm quite confused by this; the current comcat.h only has 34 lines, and doesn't define ClassFactoryImpl.
Ups. Sorry, my screwup. I am using my own CVS tree for offline work, made out of imported checkouts. My script ended up not cvs-deleting the comcat.h in dlls/comcat, having both the old and new version and using the stale one, of course. It compiles fine right now. Sorry for the noise. Martin