summaryrefslogtreecommitdiff
path: root/textproc/goldendict-devel/files/patch-iconv.cc
blob: e167ff53bfd2e9ce5ab07d411d6b8a479473063d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- iconv.cc.orig	2009-04-18 21:20:12.000000000 +0400
+++ iconv.cc	2009-11-09 01:15:24.000000000 +0300
@@ -44,11 +44,7 @@
   throw( exIncorrectSeq, exOther )
 {
   size_t result = iconv( state,
-                         #ifdef __WIN32
                          (char const **)&inBuf,
-                         #else
-                         (char **)&inBuf,
-                         #endif
                                            &inBytesLeft,
                          (char **)&outBuf, &outBytesLeft );