wine/include/compobj.h
Francois Gouget 3116bd9f45 compobj.h is a synonym for objbase.h
Moved all the other contents to dlls/ole32/compobj_private.h
2000-11-25 03:08:23 +00:00

8 lines
151 B
C

#ifndef __WINE_COMPOBJ_H
#define __WINE_COMPOBJ_H
/* compobj.h is just a synonym for objbase.h */
#include "objbase.h"
#endif /* __WINE_COMPOBJ_H */