aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorAndrew Woloszyn <awoloszyn@google.com>2022-11-18 18:28:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-11-18 18:28:34 +0000
commitc158334d7d58b8df73393d7122df14bdfa7679be (patch)
treebb966f7ab7adc68f779fbc1a4bf8ce06b03ad0a6 /base
parent8b4fa21164919492d6d5c29e60f9c8c5b2408582 (diff)
parent321b4140d62a24e2006de597d0aabda43ab3a4e5 (diff)
downloadaemu-c158334d7d58b8df73393d7122df14bdfa7679be.tar.gz
Merge "Fixes for the windows gfxstream builds."
Diffstat (limited to 'base')
-rw-r--r--base/include/aemu/base/SharedLibrary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/include/aemu/base/SharedLibrary.h b/base/include/aemu/base/SharedLibrary.h
index af3acbd..dcb7eeb 100644
--- a/base/include/aemu/base/SharedLibrary.h
+++ b/base/include/aemu/base/SharedLibrary.h
@@ -24,7 +24,7 @@
#include <windows.h>
#endif
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && !defined(STATIC_EMUGL)
# ifdef BUILDING_EMUGL_COMMON_SHARED
# define EMUGL_COMMON_API __declspec(dllexport)
# else