aboutsummaryrefslogtreecommitdiff
path: root/libxcb/src/xcb_windefs.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-08 11:43:52 +0000
committermarha <marha@users.sourceforge.net>2011-03-08 11:43:52 +0000
commit38759ea9d5de5d439064054afacb148707d62350 (patch)
tree9ef0e64786191cebe27788191cdc16a786faf43c /libxcb/src/xcb_windefs.h
parent6cb20b12a217ef56345a79a196757fb259f5087f (diff)
downloadvcxsrv-38759ea9d5de5d439064054afacb148707d62350.tar.gz
vcxsrv-38759ea9d5de5d439064054afacb148707d62350.tar.bz2
vcxsrv-38759ea9d5de5d439064054afacb148707d62350.zip
Solved crashes when display could not be opened
Diffstat (limited to 'libxcb/src/xcb_windefs.h')
-rw-r--r--libxcb/src/xcb_windefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxcb/src/xcb_windefs.h b/libxcb/src/xcb_windefs.h
index 6b5217de4..cba0af3f2 100644
--- a/libxcb/src/xcb_windefs.h
+++ b/libxcb/src/xcb_windefs.h
@@ -43,6 +43,6 @@ typedef unsigned int in_addr_t;
#define HANDLE void *
typedef int pid_t;
-#define STDERR_FILENO stderr
+#define STDERR_FILENO 2
#endif /* xcb_windefs.h */