OpenDoor.def 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. ; OpenDoors Online Software Programming Toolkit
  2. ; (C) Copyright 1991 - 1999 by Brian Pirie.
  3. ;
  4. ; Oct-2001 door32.sys/socket modifications by Rob Swindell (www.synchro.net)
  5. ;
  6. ; This library is free software; you can redistribute it and/or
  7. ; modify it under the terms of the GNU Lesser General Public
  8. ; License as published by the Free Software Foundation; either
  9. ; version 2 of the License, or (at your option) any later version.
  10. ;
  11. ; This library is distributed in the hope that it will be useful,
  12. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. ; Lesser General Public License for more details.
  15. ;
  16. ; You should have received a copy of the GNU Lesser General Public
  17. ; License along with this library; if not, write to the Free Software
  18. ; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  19. ;
  20. ;
  21. ; File: OpenDoors.def
  22. ;
  23. ; Description: Module definition file for the OpenDoors Win32 DLL.
  24. ;
  25. ; Revisions: Date Ver Who Change
  26. ; ---------------------------------------------------------------
  27. ; Dec 12, 1995 6.00 BP Created.
  28. ; Jan 11, 1996 6.00 BP Added exports for undecorated names.
  29. ; Feb 19, 1996 6.00 BP Changed version number to 6.00.
  30. ; Mar 03, 1996 6.10 BP Begin version 6.10.
  31. ; Mar 03, 1996 6.10 BP Added od_get_cursor.
  32. ; Mar 21, 1996 6.10 BP Added od_control_get().
  33. ; Oct 19, 2001 6.20 RS Added door32.sys and socket support.
  34. LIBRARY ODOORS62
  35. DESCRIPTION "OpenDoors"
  36. VERSION 6.2
  37. EXPORTS
  38. ODConfigInit=_ODConfigInit@0
  39. ODLogEnable=_ODLogEnable@0
  40. ODMPSEnable=_ODMPSEnable@0
  41. od_add_personality=_od_add_personality@16
  42. od_autodetect=_od_autodetect@4
  43. od_carrier=_od_carrier@0
  44. od_chat=_od_chat@0
  45. od_clear_keybuffer=_od_clear_keybuffer@0
  46. od_clr_line=_od_clr_line@0
  47. od_clr_scr=_od_clr_scr@0
  48. od_color_config=_od_color_config@4
  49. od_control_get=_od_control_get@0
  50. od_disp=_od_disp@12
  51. od_disp_emu=_od_disp_emu@8
  52. od_disp_str=_od_disp_str@4
  53. od_draw_box=_od_draw_box@16
  54. od_edit_str=_od_edit_str@32
  55. od_emulate=_od_emulate@4
  56. od_exit=_od_exit@8
  57. od_get_answer=_od_get_answer@4
  58. od_get_cursor=_od_get_cursor@8
  59. od_get_input=_od_get_input@12
  60. od_get_key=_od_get_key@4
  61. od_gettext=_od_gettext@20
  62. od_hotkey_menu=_od_hotkey_menu@12
  63. od_init=_od_init@0
  64. od_input_str=_od_input_str@16
  65. od_kernel=_od_kernel@0
  66. od_key_pending=_od_key_pending@0
  67. od_list_files=_od_list_files@4
  68. od_log_open=_od_log_open@0
  69. od_log_write=_od_log_write@4
  70. od_multiline_edit=_od_multiline_edit@12
  71. od_page=_od_page@0
  72. od_parse_cmd_line=_od_parse_cmd_line@4
  73. od_popup_menu=_od_popup_menu@24
  74. _od_printf=od_printf
  75. od_printf=od_printf
  76. od_putch=_od_putch@4
  77. od_puttext=_od_puttext@20
  78. od_repeat=_od_repeat@8
  79. od_restore_screen=_od_restore_screen@4
  80. od_save_screen=_od_save_screen@4
  81. od_scroll=_od_scroll@24
  82. od_send_file=_od_send_file@4
  83. od_set_attrib=_od_set_attrib@4
  84. od_set_color=_od_set_color@8
  85. od_set_cursor=_od_set_cursor@8
  86. od_set_dtr=_od_set_dtr@4
  87. od_set_personality=_od_set_personality@4
  88. od_set_statusline=_od_set_statusline@4
  89. od_sleep=_od_sleep@4
  90. od_spawn=_od_spawn@4
  91. od_spawnvpe=_od_spawnvpe@16
  92. od_window_create=_od_window_create@36
  93. od_window_remove=_od_window_remove@4
  94. pdef_opendoors=_pdef_opendoors@4
  95. pdef_pcboard=_pdef_pcboard@4
  96. pdef_ra=_pdef_ra@4
  97. pdef_wildcat=_pdef_wildcat@4
  98. _od_control=od_control DATA
  99. od_control=od_control DATA