fixed compilation err under win32

This commit is contained in:
Stanislav Shwartsman 2011-01-25 15:49:32 +00:00
parent 44ece7cf26
commit 800dcfe537
2 changed files with 3 additions and 2 deletions

View File

@ -263,7 +263,7 @@ win32.o: win32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
../gui/paramtree.h ../memory/memory.h ../pc_system.h ../plugin.h \
../extplugin.h ../ltdl.h ../gui/gui.h ../instrument/stubs/instrument.h \
../param_names.h keymap.h ../iodev/iodev.h
../param_names.h keymap.h ../iodev/iodev.h ../iodev/vga.h
win32dialog.o: win32dialog.@CPP_SUFFIX@ win32dialog.h ../config.h
win32_enh_dbg_osdep.o: win32_enh_dbg_osdep.@CPP_SUFFIX@ ../config.h
win32paramdlg.o: win32paramdlg.@CPP_SUFFIX@ win32dialog.h ../config.h

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: win32.cc,v 1.142 2010-11-12 18:20:35 sshwarts Exp $
// $Id: win32.cc,v 1.143 2011-01-25 15:49:32 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002-2009 The Bochs Project
@ -32,6 +32,7 @@
#include "param_names.h"
#include "keymap.h"
#include "iodev/iodev.h"
#include "iodev/vga.h"
#if BX_WITH_WIN32
#include "zmouse.h"