9 lines
146 B
C
9 lines
146 B
C
|
#ifndef __WINE_OLE32_MAIN_H
|
||
|
#define __WINE_OLE32_MAIN_H
|
||
|
|
||
|
#include "windef.h"
|
||
|
|
||
|
extern HINSTANCE OLE32_hInstance;
|
||
|
|
||
|
#endif /* __WINE_OLE32_MAIN_H */
|