aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-06-20 14:26:02 +0000
committermarha <marha@users.sourceforge.net>2010-06-20 14:26:02 +0000
commit613f796c5d7850df96930ca94fa662191ce4d382 (patch)
tree07459f47d2662a3f48ad3ef61799cd6127967b42 /xorg-server/hw
parente66a2779375c0aab603997d919d4c9619e4fa697 (diff)
downloadvcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.tar.gz
vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.tar.bz2
vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.zip
include unistd.h where strdup is used.
Diffstat (limited to 'xorg-server/hw')
-rw-r--r--xorg-server/hw/xwin/glx/indirect.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg-server/hw/xwin/glx/indirect.c b/xorg-server/hw/xwin/glx/indirect.c
index ce58c0a05..bc0d24841 100644
--- a/xorg-server/hw/xwin/glx/indirect.c
+++ b/xorg-server/hw/xwin/glx/indirect.c
@@ -80,10 +80,6 @@
#include "win.h"
#include <winmsg.h>
-#ifdef _MSC_VER
-#define strdup _strdup
-#endif
-
extern Bool g_fXdmcpEnabled;
extern Bool g_fNativeGl;