blob: b5fb75187bc2ca1600c4a441606d8291b8a62dd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- dclib/core/ciconv.cpp.orig 2008-06-02 12:58:22.000000000 +0200
+++ dclib/core/ciconv.cpp 2008-06-02 12:59:00.000000000 +0200
@@ -20,7 +20,7 @@
#endif
#ifndef ICONV_CONST
-#define ICONV_CONST
+#define ICONV_CONST const
#endif
#include <stdio.h>
|