diff options
Diffstat (limited to 'xorg-server/dix/inpututils.c')
-rw-r--r-- | xorg-server/dix/inpututils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xorg-server/dix/inpututils.c b/xorg-server/dix/inpututils.c index 778e0a3f0..9e6ba0325 100644 --- a/xorg-server/dix/inpututils.c +++ b/xorg-server/dix/inpututils.c @@ -35,9 +35,6 @@ #include "xace.h"
#include "xkbsrv.h"
#include "xkbstr.h"
-#ifdef _MSC_VER
-#define strdup _strdup
-#endif
/* Check if a button map change is okay with the device.
* Returns -1 for BadValue, as it collides with MappingBusy. */
|