diff win/dw-mingw.def @ 1784:86ace55df07b

Added UTF8/Wide conversion functions on OS/2 and Windows... Updated the readme file and some comment cleanups.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 24 Jul 2012 23:33:50 +0000
parents d81bebc5c8cc
children 9304241b7b33
line wrap: on
line diff
--- a/win/dw-mingw.def	Tue Jul 24 22:52:57 2012 +0000
+++ b/win/dw-mingw.def	Tue Jul 24 23:33:50 2012 +0000
@@ -306,3 +306,6 @@
   dw_print_new                           @510
   dw_print_run                           @511
   dw_print_cancel                        @512
+
+  dw_utf8_to_wchar                       @520
+  dw_wchar_to_utf8                       @521