Descriptioncmd/cgo: fix windows build
The shared library changes broke the windows build because __attribute__ ((visibility ("hidden"))) is not supported in windows gcc. This change removes the attribute, as it is only needed when building shared libraries.
Patch Set 1 #Patch Set 2 : diff -r 7b621e98c86e https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 7b621e98c86e https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|