source: trunk/src/olepro32/olepro32.def@ 3670

Last change on this file since 3670 was 2842, checked in by sandervl, 26 years ago

JW: Ported corel wine olepro32 stub dll

File size: 782 bytes
Line 
1; $Id: olepro32.def,v 1.1 2000-02-21 10:33:00 sandervl Exp $
2
3;
4; Based on NT 4.0 SP6: OLEPRO32.DLL
5;
6LIBRARY OLEPRO32 INITINSTANCE
7DATA MULTIPLE NONSHARED
8
9EXPORTS
10 OleIconToCursor = _OleIconToCursor@8 @248
11 OleCreatePropertyFrameIndirect = _OleCreatePropertyFrameIndirect@4 @249
12 OleCreatePropertyFrame = _OleCreatePropertyFrame@44 @250
13 OleLoadPicture = _OleLoadPicture@20 @251
14 OleCreatePictureIndirect = _OleCreatePictureIndirect@16 @252
15 OleCreateFontIndirect = _OleCreateFontIndirect@12 @253
16 OleTranslateColor = _OleTranslateColor@12 @254
17 DllCanUnloadNow = _DllCanUnloadNow@0 @255
18 DllGetClassObject = _DllGetClassObject@12 @256
19 DllRegisterServer = _DllRegisterServer@0 @257
20 DllUnregisterServer = _DllUnregisterServer@0 @258
Note: See TracBrowser for help on using the repository browser.