aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-03-17 09:46:07 -0700
committerChris Robinson <[email protected]>2014-03-17 09:46:07 -0700
commitd3460381023736746cbaeab9e762c212c3364d4f (patch)
tree38c1d9935e49d38722cb13eadeb77d68a5242746 /Alc/compat.h
parentcf066fd306a915963d6bf1379f6c81c4c924ff1e (diff)
Don't define HAVE_DYNLOAD with the IDE parser
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