source:
trunk/src/ole32/ole32_main.h@
8266
Last change on this file since 8266 was 7926, checked in by , 24 years ago | |
---|---|
File size: 217 bytes |
Line | |
---|---|
1 | #ifndef __WINE_OLE32_MAIN_H |
2 | #define __WINE_OLE32_MAIN_H |
3 | |
4 | #include "windef.h" |
5 | |
6 | extern HINSTANCE OLE32_hInstance; |
7 | |
8 | void COMPOBJ_InitProcess( void ); |
9 | void COMPOBJ_UninitProcess( void ); |
10 | |
11 | #endif /* __WINE_OLE32_MAIN_H */ |
Note:
See TracBrowser
for help on using the repository browser.