comparison src/intl-auto-encap-win32.h @ 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
1833 #undef GetLongPathName 1833 #undef GetLongPathName
1834 #define GetLongPathName error use qxeGetLongPathName or GetLongPathNameA/GetLongPathNameW 1834 #define GetLongPathName error use qxeGetLongPathName or GetLongPathNameA/GetLongPathNameW
1835 #endif 1835 #endif
1836 DWORD qxeGetLongPathName (const Extbyte * lpszShortPath, Extbyte * lpszLongPath, DWORD cchBuffer); 1836 DWORD qxeGetLongPathName (const Extbyte * lpszShortPath, Extbyte * lpszLongPath, DWORD cchBuffer);
1837 1837
1838 /* Skipping GetEnvironmentStrings because misnamed ANSI version of the function */
1839
1838 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED 1840 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED
1839 #undef FreeEnvironmentStrings 1841 #undef FreeEnvironmentStrings
1840 #define FreeEnvironmentStrings error use qxeFreeEnvironmentStrings or FreeEnvironmentStringsA/FreeEnvironmentStringsW 1842 #define FreeEnvironmentStrings error use qxeFreeEnvironmentStrings or FreeEnvironmentStringsA/FreeEnvironmentStringsW
1841 #endif 1843 #endif
1842 BOOL qxeFreeEnvironmentStrings (Extbyte * arg1); 1844 BOOL qxeFreeEnvironmentStrings (Extbyte * arg1);