123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- ; OpenDoors Online Software Programming Toolkit
- ; (C) Copyright 1991 - 1999 by Brian Pirie.
- ;
- ; Oct-2001 door32.sys/socket modifications by Rob Swindell (www.synchro.net)
- ;
- ; This library is free software; you can redistribute it and/or
- ; modify it under the terms of the GNU Lesser General Public
- ; License as published by the Free Software Foundation; either
- ; version 2 of the License, or (at your option) any later version.
- ;
- ; This library is distributed in the hope that it will be useful,
- ; but WITHOUT ANY WARRANTY; without even the implied warranty of
- ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- ; Lesser General Public License for more details.
- ;
- ; You should have received a copy of the GNU Lesser General Public
- ; License along with this library; if not, write to the Free Software
- ; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- ;
- ;
- ; File: OpenDoors.def
- ;
- ; Description: Module definition file for the OpenDoors Win32 DLL.
- ;
- ; Revisions: Date Ver Who Change
- ; ---------------------------------------------------------------
- ; Dec 12, 1995 6.00 BP Created.
- ; Jan 11, 1996 6.00 BP Added exports for undecorated names.
- ; Feb 19, 1996 6.00 BP Changed version number to 6.00.
- ; Mar 03, 1996 6.10 BP Begin version 6.10.
- ; Mar 03, 1996 6.10 BP Added od_get_cursor.
- ; Mar 21, 1996 6.10 BP Added od_control_get().
- ; Oct 19, 2001 6.20 RS Added door32.sys and socket support.
- LIBRARY ODOORS62
- DESCRIPTION "OpenDoors"
- VERSION 6.2
- EXPORTS
- ODConfigInit=_ODConfigInit@0
- ODLogEnable=_ODLogEnable@0
- ODMPSEnable=_ODMPSEnable@0
- od_add_personality=_od_add_personality@16
- od_autodetect=_od_autodetect@4
- od_carrier=_od_carrier@0
- od_chat=_od_chat@0
- od_clear_keybuffer=_od_clear_keybuffer@0
- od_clr_line=_od_clr_line@0
- od_clr_scr=_od_clr_scr@0
- od_color_config=_od_color_config@4
- od_control_get=_od_control_get@0
- od_disp=_od_disp@12
- od_disp_emu=_od_disp_emu@8
- od_disp_str=_od_disp_str@4
- od_draw_box=_od_draw_box@16
- od_edit_str=_od_edit_str@32
- od_emulate=_od_emulate@4
- od_exit=_od_exit@8
- od_get_answer=_od_get_answer@4
- od_get_cursor=_od_get_cursor@8
- od_get_input=_od_get_input@12
- od_get_key=_od_get_key@4
- od_gettext=_od_gettext@20
- od_hotkey_menu=_od_hotkey_menu@12
- od_init=_od_init@0
- od_input_str=_od_input_str@16
- od_kernel=_od_kernel@0
- od_key_pending=_od_key_pending@0
- od_list_files=_od_list_files@4
- od_log_open=_od_log_open@0
- od_log_write=_od_log_write@4
- od_multiline_edit=_od_multiline_edit@12
- od_page=_od_page@0
- od_parse_cmd_line=_od_parse_cmd_line@4
- od_popup_menu=_od_popup_menu@24
- _od_printf=od_printf
- od_printf=od_printf
- od_putch=_od_putch@4
- od_puttext=_od_puttext@20
- od_repeat=_od_repeat@8
- od_restore_screen=_od_restore_screen@4
- od_save_screen=_od_save_screen@4
- od_scroll=_od_scroll@24
- od_send_file=_od_send_file@4
- od_set_attrib=_od_set_attrib@4
- od_set_color=_od_set_color@8
- od_set_cursor=_od_set_cursor@8
- od_set_dtr=_od_set_dtr@4
- od_set_personality=_od_set_personality@4
- od_set_statusline=_od_set_statusline@4
- od_sleep=_od_sleep@4
- od_spawn=_od_spawn@4
- od_spawnvpe=_od_spawnvpe@16
- od_window_create=_od_window_create@36
- od_window_remove=_od_window_remove@4
- pdef_opendoors=_pdef_opendoors@4
- pdef_pcboard=_pdef_pcboard@4
- pdef_ra=_pdef_ra@4
- pdef_wildcat=_pdef_wildcat@4
- _od_control=od_control DATA
- od_control=od_control DATA
|