mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:21:49 +08:00
9b22b40c6c
* gts fix dllexport definitions. * v db * Revert trailing whitespace addition. Co-authored-by: Billy O'Neal <bion@microsoft.com>
14 lines
390 B
Diff
14 lines
390 B
Diff
diff --git a/src/gts.h b/src/gts.h
|
|
index 1b7691531..1e87167bc 100644
|
|
--- a/src/gts.h
|
|
+++ b/src/gts.h
|
|
@@ -40,7 +40,7 @@ extern "C" {
|
|
*/
|
|
#if 1
|
|
# ifdef GTS_COMPILATION
|
|
-# define GTS_C_VAR __declspec(dllexport)
|
|
+# define GTS_C_VAR extern __declspec(dllexport)
|
|
# else /* not GTS_COMPILATION */
|
|
# define GTS_C_VAR extern __declspec(dllimport)
|
|
# endif /* not GTS_COMPILATION */
|