diff options
author | Chris Robinson <[email protected]> | 2014-03-17 09:46:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-03-17 09:46:07 -0700 |
commit | d3460381023736746cbaeab9e762c212c3364d4f (patch) | |
tree | 38c1d9935e49d38722cb13eadeb77d68a5242746 | |
parent | cf066fd306a915963d6bf1379f6c81c4c924ff1e (diff) |
Don't define HAVE_DYNLOAD with the IDE parser
-rw-r--r-- | Alc/compat.h | 2 |
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 |