aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 495bfdf2..e0f6cbd9 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -23,7 +23,7 @@ FILE *al_fopen(const char *fname, const char *mode);
#define al_fopen fopen
-#if defined(HAVE_DLFCN_H) && !defined(IN_IDE_PARSER)
+#if defined(HAVE_DLFCN_H)
#define HAVE_DYNLOAD 1
#endif