windows: rename ztypes_* to types_*

The ztypes_* file names indicate that these are auto-generated while in
fact they aren't. Rename them to types_* to avoid this confusion.

Noticed by Brad Fitzpatrick in https://golang.org/cl/52670.

Change-Id: I75c8d0f4116dfb3a24ae9444509daf31524c35d6
Reviewed-on: https://go-review.googlesource.com/52950
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
diff --git a/windows/ztypes_windows.go b/windows/types_windows.go
similarity index 100%
rename from windows/ztypes_windows.go
rename to windows/types_windows.go
diff --git a/windows/ztypes_windows_386.go b/windows/types_windows_386.go
similarity index 100%
rename from windows/ztypes_windows_386.go
rename to windows/types_windows_386.go
diff --git a/windows/ztypes_windows_amd64.go b/windows/types_windows_amd64.go
similarity index 100%
rename from windows/ztypes_windows_amd64.go
rename to windows/types_windows_amd64.go