mirror of
https://github.com/golang/go
synced 2024-11-13 13:40:22 -07:00
misc/cgo/testsovar: needs the extern
keyword to export variables on non-windows platforms
Change-Id: I87fa25214fbf24469148a63f4e1e61e261105c16 Reviewed-on: https://go-review.googlesource.com/12470 TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
e9fcd6ed2b
commit
2e38b3511a
@ -11,7 +11,7 @@
|
|||||||
# define VAR __declspec(dllimport)
|
# define VAR __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
# define VAR
|
# define VAR extern
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VAR const char *exported_var;
|
VAR const char *exported_var;
|
||||||
|
Loading…
Reference in New Issue
Block a user