home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------*/
- /* */
- /* XBBS SOURCE CODE copyright (c) 1990 by M. Kimes */
- /* All Rights Reserved */
- /* */
- /* For complete details of the licensing restrictions, please refer */
- /* to the License agreement, which is published in its entirety in */
- /* the in the file LICENSE.XBS. */
- /* */
- /* USE OF THIS FILE IS SUBJECT TO THE RESTRICTIONS CONTAINED IN THE */
- /* XBBS LICENSING AGREEMENT. IF YOU DO NOT FIND THE TEXT OF */
- /* THIS AGREEMENT IN ANY OF THE AFOREMENTIONED FILES, OR IF YOU DO */
- /* NOT HAVE THESE FILES, YOU SHOULD IMMEDIATELY CONTACT M. KIMES */
- /* AT THE ADDRESS LISTED BELOW. IN NO EVENT SHOULD YOU PROCEED TO USE */
- /* THIS FILE WITHOUT HAVING ACCEPTED THE TERMS OF THE XBBS LICENSING */
- /* AGREEMENT, OR SUCH OTHER AGREEMENT AS YOU ARE ABLE TO REACH WITH */
- /* M. KIMES */
- /* */
- /* */
- /* You can contact M. Kimes at the following address: */
- /* */
- /* M. Kimes 1:380/16.0@FidoNet */
- /* 542 Merrick (318)222-3455 data */
- /* Shreveport, LA 71104 */
- /* */
- /* */
- /* Please feel free to contact me at any time to share your comments about */
- /* my software and/or licensing policies. */
- /* */
- /*--------------------------------------------------------------------------*/
- /********************************************************************/
- /* Compile this and link with it, removing references to OVLMGR and */
- /* CRT0DAT3, to get a non-overlaid version. You can replace */
- /* OVLMGR with Microsoft C's OVLM6L (though you may have to tweak */
- /* it a bit CRT0DAT3 contains CLEAROVERLAY...just reset the overlay */
- /* interrupt. _REINITOVERLAYS reinitializes (after returning from */
- /* a spawn...damned nasty QuickBASIC programs). These may have */
- /* equivalents in OVLM6L, I dunno. */
- /* Is Opus' packet date bug fixed YET? COMPLAIN!!!!!!! */
- /********************************************************************/
-
- void pascal CLEAROVERLAY (void) {};
- void pascal _REINITOVERLAYS (void) {};
-