comparison src/intl-auto-encap-win32.c @ 827:28426972f654

[xemacs-hg @ 2002-05-06 14:14:33 by jhar] Misc win32 native build and doc fixes
author jhar
date Mon, 06 May 2002 14:16:31 +0000
parents a5954632b187
children 184461bc8de4
comparison
equal deleted inserted replaced
826:6728e641994e 827:28426972f654
2585 return GetLongPathNameW ((LPCWSTR) lpszShortPath, (LPWSTR) lpszLongPath, cchBuffer); 2585 return GetLongPathNameW ((LPCWSTR) lpszShortPath, (LPWSTR) lpszLongPath, cchBuffer);
2586 else 2586 else
2587 return GetLongPathNameA ((LPCSTR) lpszShortPath, (LPSTR) lpszLongPath, cchBuffer); 2587 return GetLongPathNameA ((LPCSTR) lpszShortPath, (LPSTR) lpszLongPath, cchBuffer);
2588 } 2588 }
2589 2589
2590 /* Skipping GetEnvironmentStrings because misnamed ANSI version of the function */
2591
2590 BOOL 2592 BOOL
2591 qxeFreeEnvironmentStrings (Extbyte * arg1) 2593 qxeFreeEnvironmentStrings (Extbyte * arg1)
2592 { 2594 {
2593 if (XEUNICODE_P) 2595 if (XEUNICODE_P)
2594 return FreeEnvironmentStringsW ((LPWSTR) arg1); 2596 return FreeEnvironmentStringsW ((LPWSTR) arg1);