diff options
Diffstat (limited to 'xorg-server/glx/glxdricommon.c')
-rw-r--r-- | xorg-server/glx/glxdricommon.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg-server/glx/glxdricommon.c b/xorg-server/glx/glxdricommon.c index 5e299b8d0..43b5e5b5f 100644 --- a/xorg-server/glx/glxdricommon.c +++ b/xorg-server/glx/glxdricommon.c @@ -232,11 +232,7 @@ glxProbeDriver(const char *driverName, const __DRIextension **extensions; #ifdef _MSC_VER -#ifdef _DEBUG -#define DLLNAME "%s%s_dri_dbg.dll" -#else #define DLLNAME "%s%s_dri.dll" -#endif snprintf(filename, sizeof filename, DLLNAME, dri_driver_path, driverName); |