1
0
Fork 0

IO Exceptions (wd)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2094
This commit is contained in:
Peter Veenstra 2004-12-28 16:13:26 +00:00
parent 36cc519170
commit c99f8e8710
4 changed files with 272 additions and 21 deletions

View file

@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: callback.h,v 1.10 2004-12-28 16:13:26 qbix79 Exp $ */
#ifndef __CALLBACK_H
#define __CALLBACK_H
@ -55,5 +57,8 @@ bool CALLBACK_Free(Bitu callback);
void CALLBACK_SCF(bool val);
void CALLBACK_SZF(bool val);
extern Bitu call_priv_io;
#endif