wine-wine/include/compobj.h

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 */