mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Use iconv on linux
This commit is contained in:
parent
b9f352df59
commit
4d7f9df692
6 changed files with 5 additions and 34 deletions
|
|
@ -86,12 +86,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !defined(__linux__)
|
||||
# include <iconv.h>
|
||||
#else
|
||||
// Iconv not defined for linux. Use the EUSCompat stubs instead.
|
||||
# include <EUSCompat.h>
|
||||
#endif
|
||||
#include <iconv.h>
|
||||
|
||||
#if defined(SunOS) && (SunOS < 55)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,13 +81,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !defined(__linux__)
|
||||
// Iconv not defined for linux. Use the EUSCompat stubs instead. */
|
||||
# include <iconv.h>
|
||||
#else
|
||||
# include <EUSCompat.h>
|
||||
#endif
|
||||
|
||||
#include <iconv.h>
|
||||
|
||||
#if defined(SunOS) && (SunOS < 55)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue