mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
3116bd9f45
Moved all the other contents to dlls/ole32/compobj_private.h
8 lines
151 B
C
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 */
|