comparison src/intl-encap-win32.c @ 1684:fba0799e2d79

[xemacs-hg @ 2003-09-15 20:21:44 by james] Remove references to GetLongPathNameW since old Windows doesn't have it and we aren't using it anyway.
author james
date Mon, 15 Sep 2003 20:21:47 +0000
parents e22b0213b713
children 09e68196904a
comparison
equal deleted inserted replaced
1683:74353ce403ce 1684:fba0799e2d79
214 214
215 file WINBASE.H 215 file WINBASE.H
216 216
217 yes GetBinaryType 217 yes GetBinaryType
218 yes GetShortPathName 218 yes GetShortPathName
219 yes GetLongPathName 219 no GetLongPathName Win98/2K+ only
220 skip GetEnvironmentStrings misnamed ANSI version of the function 220 skip GetEnvironmentStrings misnamed ANSI version of the function
221 yes FreeEnvironmentStrings 221 yes FreeEnvironmentStrings
222 yes FormatMessage 222 yes FormatMessage
223 yes CreateMailslot 223 yes CreateMailslot
224 begin-bracket !defined (CYGWIN_HEADERS) 224 begin-bracket !defined (CYGWIN_HEADERS)