• Elias Naur's avatar
    cmd/cgo: fix windows build · a5f257a0
    Elias Naur authored
            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.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/12829044
    a5f257a0
out.go 33.1 KB