mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
638f169b1e
See Changelog for changes between 990103 and 990110.
9 lines
174 B
C
9 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 */
|