source: trunk/src/ole32/ole32_main.h@ 8266

Last change on this file since 8266 was 7926, checked in by sandervl, 24 years ago

Wine 20020215 resync

File size: 217 bytes
Line 
1#ifndef __WINE_OLE32_MAIN_H
2#define __WINE_OLE32_MAIN_H
3
4#include "windef.h"
5
6extern HINSTANCE OLE32_hInstance;
7
8void COMPOBJ_InitProcess( void );
9void COMPOBJ_UninitProcess( void );
10
11#endif /* __WINE_OLE32_MAIN_H */
Note: See TracBrowser for help on using the repository browser.