summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Peter Ferrie <peter.ferrie@gmail.com>2015-06-17 12:08:04 -0700
committer Peter Ferrie <peter.ferrie@gmail.com>2015-06-17 12:08:04 -0700
commit47e8753be9195becabe6baca89b5dbfeccf6857e (patch)
tree5260e25cd46fb57d7fa3097ca04c07f671be8424 /src
parent28af65c01cb79064289f5223eb466a22c8f75c3c (diff)
fix compile on MSVC (nw)
Diffstat (limited to 'src')
-rw-r--r--src/osd/windows/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/input.c b/src/osd/windows/input.c
index 7616ef897ea..ec08277bcf4 100644
--- a/src/osd/windows/input.c
+++ b/src/osd/windows/input.c
@@ -268,7 +268,7 @@ static const TCHAR *default_pov_name(int which);
struct key_trans_entry {
input_item_id mame_key;
INT32 di_key;
- char virtual_key;
+ unsigned char virtual_key;
char ascii_key;
char const * mame_key_name;
};