Fixed compilation of vncsrv gui in Cygwin.
This commit is contained in:
parent
d345dc85dd
commit
78ce6be17d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user