mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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 */
|