diff options
author | Pixel <pixel@nobis-crew.org> | 2011-10-11 16:45:31 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-10-11 16:45:31 -0700 |
commit | ead67afc96cdff3e74bb616e8e3a8b0a7695a28a (patch) | |
tree | 4d074d11a7983bdbde3f6da7d311cddd9696ef0d /win32/iconv/aliases_extra.h | |
parent | d2252afcd74af0248c6141c8086d03e12a0a316f (diff) |
Making the project compile with mingw32, on the same Makefile. No more separate Makefiles insanity.
Diffstat (limited to 'win32/iconv/aliases_extra.h')
-rw-r--r-- | win32/iconv/aliases_extra.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/iconv/aliases_extra.h b/win32/iconv/aliases_extra.h new file mode 100644 index 0000000..70fdaca --- /dev/null +++ b/win32/iconv/aliases_extra.h @@ -0,0 +1,6 @@ + S(extra_0, "EUC-JISX0213", ei_euc_jisx0213 ) + S(extra_1, "SHIFT_JISX0213", ei_shift_jisx0213 ) + S(extra_2, "ISO-2022-JP-3", ei_iso2022_jp3 ) + S(extra_3, "TDS565", ei_tds565 ) + S(extra_4, "ISO-IR-230", ei_tds565 ) + S(extra_5, "RISCOS-LATIN1", ei_riscos1 ) |