aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-10-29 10:01:58 -0700
committerChris Robinson <[email protected]>2018-10-29 10:10:37 -0700
commite876b5011354047719c069dbf0384eba2a6551b2 (patch)
treeee84b48e9d0df374c2933c26aa88424fa857d19e /Alc
parent7d5a288e832b34e0117e1b1d7753847cf17f7e01 (diff)
Remove unnecessary uses of IN_IDE_PARSER
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