Xming, Cygwin/X: Tidy up warnings, headers and unused variables (#11132)
Tidy up various warnings, include headers and unused variables, etc. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
committed by
Jon TURNEY
parent
15c4a6e088
commit
b0ed1567c1
@@ -38,7 +38,7 @@
|
||||
#ifdef __CYGWIN__
|
||||
#include <sys/select.h>
|
||||
#else
|
||||
#include "Xwinsock.h"
|
||||
#include <X11/Xwinsock.h>
|
||||
#define HAS_WINSOCK
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
@@ -53,8 +53,8 @@
|
||||
* are usually bad, so someone should investigate this.
|
||||
*/
|
||||
#include <X11/Xproto.h>
|
||||
#include "X11/Xutil.h"
|
||||
#include "X11/Xlocale.h"
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xlocale.h>
|
||||
|
||||
/* Fixups to prevent collisions between Windows and X headers */
|
||||
#define ATOM DWORD
|
||||
|
||||
Reference in New Issue
Block a user