Fixed compilation of vncsrv gui in Cygwin.

This commit is contained in:
Volker Ruppert 2024-04-01 09:01:27 +02:00
parent d345dc85dd
commit 78ce6be17d

View File

@ -7,7 +7,7 @@
// Donald Becker
// http://www.psyon.org
//
// Copyright (C) 2001-2023 The Bochs Project
// Copyright (C) 2001-2024 The Bochs Project
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
@ -44,6 +44,10 @@
// is used to know when we are exporting symbols and when we are importing.
#define BX_PLUGGABLE
#ifdef __CYGWIN__
#define __USE_W32_SOCKETS
#endif
#include "param_names.h"
#include "iodev.h"
#include "keymap.h"