aboutsummaryrefslogtreecommitdiff
path: root/api/go1.txt
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2012-03-27 15:53:08 +1100
committerAlex Brainman <alex.brainman@gmail.com>2012-03-27 15:53:08 +1100
commit7a3965417426e4405a6ec81ce486668fa5c36e36 (patch)
treec878d62256237c8e6f48cf6df4eaf94a300fa6e6 /api/go1.txt
parentd6c9af6a4ec531369340e51cb008da514477ef17 (diff)
downloadgo-7a3965417426e4405a6ec81ce486668fa5c36e36.tar.gz
go-7a3965417426e4405a6ec81ce486668fa5c36e36.zip
path/filepath: use windows GetShortPathName api to force GetLongPathName to do its work
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5928043
Diffstat (limited to 'api/go1.txt')
-rw-r--r--api/go1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/go1.txt b/api/go1.txt
index d6372314af..e6bdd173e9 100644
--- a/api/go1.txt
+++ b/api/go1.txt
@@ -22244,6 +22244,7 @@ pkg syscall (windows-386), func GetProcessTimes(Handle, *Filetime, *Filetime, *F
pkg syscall (windows-386), func GetProtoByName(string) (*Protoent, error)
pkg syscall (windows-386), func GetQueuedCompletionStatus(Handle, *uint32, *uint32, **Overlapped, uint32) error
pkg syscall (windows-386), func GetServByName(string, string) (*Servent, error)
+pkg syscall (windows-386), func GetShortPathName(*uint16, *uint16, uint32) (uint32, error)
pkg syscall (windows-386), func GetStartupInfo(*StartupInfo) error
pkg syscall (windows-386), func GetStdHandle(int) (Handle, error)
pkg syscall (windows-386), func GetSystemTimeAsFileTime(*Filetime)
@@ -23161,6 +23162,7 @@ pkg syscall (windows-amd64), func GetProcessTimes(Handle, *Filetime, *Filetime,
pkg syscall (windows-amd64), func GetProtoByName(string) (*Protoent, error)
pkg syscall (windows-amd64), func GetQueuedCompletionStatus(Handle, *uint32, *uint32, **Overlapped, uint32) error
pkg syscall (windows-amd64), func GetServByName(string, string) (*Servent, error)
+pkg syscall (windows-amd64), func GetShortPathName(*uint16, *uint16, uint32) (uint32, error)
pkg syscall (windows-amd64), func GetStartupInfo(*StartupInfo) error
pkg syscall (windows-amd64), func GetStdHandle(int) (Handle, error)
pkg syscall (windows-amd64), func GetSystemTimeAsFileTime(*Filetime)