sys/windows
Tobias Klauser d8f5ea21b9 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>
2017-08-03 14:03:59 +00:00
..
registry golang.org/x/sys: fix typo in test 2017-07-05 19:55:40 +00:00
svc windows/svc: add missing Accept commands 2017-06-27 01:25:38 +00:00
asm_windows_386.s go.sys/windows: grab Syscall interface from the standard syscall package 2014-08-13 14:08:39 -07:00
asm_windows_amd64.s go.sys/windows: grab Syscall interface from the standard syscall package 2014-08-13 14:08:39 -07:00
dll_windows.go windows: remove unreachable return statement in Proc.Call 2017-07-03 21:01:55 +00:00
env_unset.go windows: make all files in the package require windows 2016-04-02 02:39:15 +00:00
env_windows.go windows: implement the environment functions by wrapping syscall 2015-05-15 02:45:33 +00:00
eventlog.go windows/svc: add new package to help create and manage Windows services 2015-05-01 05:26:56 +00:00
exec_windows.go windows: fix race when allocating buffer for some windows syscalls 2015-04-09 00:47:30 +00:00
memory_windows.go windows: move memory protection constants so that they are all together 2017-07-02 23:23:31 +00:00
mksyscall.go windows: make "go generate" command work on any OS 2016-07-17 07:19:31 +00:00
race.go go.sys: fix imports to cgc/p/go.sys, add build tags 2014-08-12 22:59:00 -07:00
race0.go go.sys: fix imports to cgc/p/go.sys, add build tags 2014-08-12 22:59:00 -07:00
security_windows.go windows/svc: add new package to help create and manage Windows services 2015-05-01 05:26:56 +00:00
service.go windows/svc/mgr: add Mgr.ListServices 2017-06-15 05:32:24 +00:00
str.go go.sys: fix imports to cgc/p/go.sys, add build tags 2014-08-12 22:59:00 -07:00
syscall.go windows: remove unused asm.s 2016-04-05 06:12:01 +00:00
syscall_test.go go.sys: use golang.org/x/... import paths 2014-11-10 08:56:17 +11:00
syscall_windows.go windows: add SetConsoleMode and GetConsoleScreenBufferInfo 2017-08-03 08:12:02 +00:00
syscall_windows_test.go x/sys/windows: correct FormatMessage parameter 2015-07-21 01:27:57 +00:00
types_windows.go windows: rename ztypes_* to types_* 2017-08-03 14:03:59 +00:00
types_windows_386.go windows: rename ztypes_* to types_* 2017-08-03 14:03:59 +00:00
types_windows_amd64.go windows: rename ztypes_* to types_* 2017-08-03 14:03:59 +00:00
zsyscall_windows.go windows: add SetConsoleMode and GetConsoleScreenBufferInfo 2017-08-03 08:12:02 +00:00