Am 20.02.2014 20:45, schrieb Peter Maydell: > The Windows headers provided by MinGW define MOD_SHIFT. Avoid > it by using SPITZ_MOD_* for our constants here. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > The other approach would be just to #undef MOD_SHIFT, (and > looking back through the archives I see Stefan posted a patch > to do just that last year) but I think it's cleaner to do this. > > I replaced a few of the /* apostrophe */ keysym names with > the symbols just to keep us under the 80 column limit... > --- > hw/arm/spitz.c | 108 > +++++++++++++++++++++++++++++++-------------------------- > 1 file changed, 58 insertions(+), 50 deletions(-)
That old patch is still in my local queue :-) There was a suggestion to remove some dependencies on windows.h (which causes the trouble here). I recently started doing this, and that approach fixes the warning, too. Maybe I can send a patch next weekend. Regards Stefan