diff options
author | marha <marha@users.sourceforge.net> | 2010-06-20 14:26:02 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-06-20 14:26:02 +0000 |
commit | 613f796c5d7850df96930ca94fa662191ce4d382 (patch) | |
tree | 07459f47d2662a3f48ad3ef61799cd6127967b42 /xorg-server/os | |
parent | e66a2779375c0aab603997d919d4c9619e4fa697 (diff) | |
download | vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.tar.gz vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.tar.bz2 vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.zip |
include unistd.h where strdup is used.
Diffstat (limited to 'xorg-server/os')
-rw-r--r-- | xorg-server/os/utils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg-server/os/utils.c b/xorg-server/os/utils.c index d8ca6c822..f3ecf781c 100644 --- a/xorg-server/os/utils.c +++ b/xorg-server/os/utils.c @@ -122,10 +122,6 @@ __stdcall unsigned long GetTickCount(void); #include "picture.h"
-#ifdef _MSC_VER
-#define strdup _strdup
-#endif
-
Bool noTestExtensions;
#ifdef COMPOSITE
Bool noCompositeExtension = FALSE;
|