8 lines
174 B
C
8 lines
174 B
C
#ifndef __WINE_COMPOBJ_H
|
|
#define __WINE_COMPOBJ_H
|
|
|
|
/* "compobj.h" is obsolete, you should include "objbase.h" instead */
|
|
|
|
#include "objbase.h"
|
|
|
|
#endif /* __WINE_COMPOBJ_H */
|