aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index dbbcce28..1c80e7c5 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -50,7 +50,7 @@ void Sleep(ALuint t);
#define alsched_yield sched_yield
-#if defined(HAVE_DLFCN_H)
+#if defined(HAVE_DLFCN_H) && !defined(IN_IDE_PARSER)
#define HAVE_DYNLOAD 1
#endif