Header updates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3289
This commit is contained in:
parent
4b1a5010f2
commit
c90ebb3028
12 changed files with 27 additions and 42 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "keyboard.h"
|
||||
#include "regs.h"
|
||||
#include "inout.h"
|
||||
#include "dos_inc.h"
|
||||
|
||||
/* SDL by default treats numlock and scrolllock different from all other keys.
|
||||
* Some linux distros disable this bad behaviour. (for example debian)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: mouse.cpp,v 1.74 2008-08-03 15:52:06 qbix79 Exp $ */
|
||||
/* $Id: mouse.cpp,v 1.75 2009-02-01 14:24:38 qbix79 Exp $ */
|
||||
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
@ -32,7 +32,7 @@
|
|||
#include "inout.h"
|
||||
#include "int10.h"
|
||||
#include "bios.h"
|
||||
|
||||
#include "dos_inc.h"
|
||||
|
||||
static Bitu call_int33,call_int74,int74_ret_callback,call_mouse_bd;
|
||||
static Bit16u ps2cbseg,ps2cbofs;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: xms.cpp,v 1.53 2008-10-05 14:44:52 qbix79 Exp $ */
|
||||
/* $Id: xms.cpp,v 1.54 2009-02-01 14:24:38 qbix79 Exp $ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -24,7 +24,7 @@
|
|||
#include "callback.h"
|
||||
#include "mem.h"
|
||||
#include "regs.h"
|
||||
#include "dos_system.h"
|
||||
#include "dos_inc.h"
|
||||
#include "setup.h"
|
||||
#include "inout.h"
|
||||
#include "xms.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue