aboutsummaryrefslogtreecommitdiff
path: root/lib/System/DynamicLibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/DynamicLibrary.cpp')
-rw-r--r--lib/System/DynamicLibrary.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/System/DynamicLibrary.cpp b/lib/System/DynamicLibrary.cpp
index 097e8b6ec4..d4bf0f797f 100644
--- a/lib/System/DynamicLibrary.cpp
+++ b/lib/System/DynamicLibrary.cpp
@@ -172,7 +172,11 @@ void* DynamicLibrary::SearchForAddressOfSymbol(const char* symbolName) {
{
#ifndef stdin
EXPLICIT_SYMBOL(stdin);
+#endif
+#ifndef stdout
EXPLICIT_SYMBOL(stdout);
+#endif
+#ifndef stderr
EXPLICIT_SYMBOL(stderr);
#endif
}