summaryrefslogtreecommitdiff
path: root/api
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
commitebf489a8b692a928ef36f677931b631b3a95e340 (patch)
treeb0e57c2fa9863baa21a2069626945a27eda35d64 /api
parentaf8edc65229b933395ab37b8d3fd004ebdf6788d (diff)
downloadgo-ebf489a8b692a928ef36f677931b631b3a95e340.tar.gz
path/filepath: use windows GetShortPathName api to force GetLongPathName to do its work
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5928043
Diffstat (limited to 'api')
-rw-r--r--api/go1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/go1.txt b/api/go1.txt
index d6372314a..e6bdd173e 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)