mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
638f169b1e
See Changelog for changes between 990103 and 990110.
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 */
|