source: trunk/src/capi2032/capi20os2.def@ 22012

Last change on this file since 22012 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 459 bytes
Line 
1;
2; Dummy file to produce import library for OS/2 CAPI20.DLL.
3; Necessary for GCC because EMXOMFLD doesn't allow to have
4; the same symbol name in both EXPORTS and IMPORTS blocks
5; (looks like a bug).
6;
7
8LIBRARY CAPI20
9
10EXPORTS
11 CAPI_REGISTER
12 CAPI_RELEASE
13 CAPI_PUT_MESSAGE
14 CAPI_GET_MESSAGE
15 CAPI_SET_SIGNAL
16 CAPI_GET_MANUFACTURER
17 CAPI_GET_VERSION
18 CAPI_GET_SERIAL_NUMBER
19 CAPI_GET_PROFILE
20 CAPI_INSTALLED
Note: See TracBrowser for help on using the repository browser.