mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
3116bd9f45
Moved all the other contents to dlls/ole32/compobj_private.h
7 lines
151 B
C
7 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 */
|