| 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 |
|
|---|
| 8 | LIBRARY CAPI20
|
|---|
| 9 |
|
|---|
| 10 | EXPORTS
|
|---|
| 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.