Date: Thu, 17 Mar 1994 08:42:09 +0100 From: terra AT diku DOT dk To: dj AT ctron DOT com (DJ Delorie) Subject: info for _go32_* Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Hello! When I do Dpmi programming I often cut out the examples in the info file. Unfortunately there are quite a number of bugs there -- names seem to have changed at some point. Please update the info file with respect to the following list. 1. The info page for `_go32_dpmi_simulate_int' has a minor bug. The example uses `_go32_simulate_int'. 2. The info page for `_go32_dpmi_allocate_iret_wrapper' has a minor bug. The example uses `_go32_set_protected_mode_interrupt_handler' instead of `_go32_dpmi_set_protected_mode_interrupt_handler'. (Who can blame you? :-) 3. The info page for `_go32_dpmi_allocate_real_mode_callback_iret' has some minor bugs. It uses `_go32_allocate_real_mode_callback_iret', `_go32_set_real_mode_interrupt_vector', `_go32_free_real_mode_callback', and `_go32_set_real_mode_interrupt_vector' instead of identifiers with `_dpmi_' in them. 4. The info page for `_go32_dpmi_simulate_fcall' has a minor bug. The example uses `_go32_simulate_fcall' instead of `_go32_dpmi_simulate_fcall'. 5. The info page for `_go32_dpmi_simulate_fcall_iret' has a bug. The example uses an old name for a wrong function! (It uses the function `_go32_simulate_fcall' and it should have used the function `_go32_dpmi_simulate_fcall_iret'.) 6. The info page for `_go32_dpmi_simulate_int' has a minor bug. The example uses `_go32_simulate_int' instead of `_go32_dpmi_simulate_int'. Morten Welinder terra AT diku DOT dk