Mercurial > hg > xemacs-beta
comparison src/intl-auto-encap-win32.h @ 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 | 184461bc8de4 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
1683:74353ce403ce | 1684:fba0799e2d79 |
---|---|
1823 #undef GetShortPathName | 1823 #undef GetShortPathName |
1824 #define GetShortPathName error use qxeGetShortPathName or GetShortPathNameA/GetShortPathNameW | 1824 #define GetShortPathName error use qxeGetShortPathName or GetShortPathNameA/GetShortPathNameW |
1825 #endif | 1825 #endif |
1826 DWORD qxeGetShortPathName (const Extbyte * lpszLongPath, Extbyte * lpszShortPath, DWORD cchBuffer); | 1826 DWORD qxeGetShortPathName (const Extbyte * lpszLongPath, Extbyte * lpszShortPath, DWORD cchBuffer); |
1827 | 1827 |
1828 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | |
1829 #undef GetLongPathName | 1828 #undef GetLongPathName |
1830 #define GetLongPathName error use qxeGetLongPathName or GetLongPathNameA/GetLongPathNameW | 1829 #define GetLongPathName error Win98/2K+ only |
1831 #endif | |
1832 DWORD qxeGetLongPathName (const Extbyte * lpszShortPath, Extbyte * lpszLongPath, DWORD cchBuffer); | |
1833 | 1830 |
1834 /* Skipping GetEnvironmentStrings because misnamed ANSI version of the function */ | 1831 /* Skipping GetEnvironmentStrings because misnamed ANSI version of the function */ |
1835 | 1832 |
1836 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED | 1833 #ifdef ERROR_WHEN_NONINTERCEPTED_FUNS_USED |
1837 #undef FreeEnvironmentStrings | 1834 #undef FreeEnvironmentStrings |