2007-03-09 Jonathan Chambers <joncham@gmail.com>
authorJonathan Chambers <joncham@gmail.com>
Fri, 9 Mar 2007 15:01:00 +0000 (15:01 -0000)
committerJonathan Chambers <joncham@gmail.com>
Fri, 9 Mar 2007 15:01:00 +0000 (15:01 -0000)
commit0699279f1fe5c695f1a3174de13925af51a1a78f
tree5606bde9181b0b1435fdf491d6db5f0feb510b02
parent88fc86408dbc8d7f73f5a346273b4522f44b46ff
2007-03-09  Jonathan Chambers  <joncham@gmail.com>

* configure.in:  Define UNICODE and _UNICODE on Win32.
* io-layer.h:  Remove UNICODE and _UNICODE defines as
        these are done by configure.in now.
* mono-dl.c:  Use Unicode characters for Win32 functions.
* appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.

Code is contributed under MIT/X11 license.

svn path=/trunk/mono/; revision=74007
configure.in
mono/io-layer/ChangeLog
mono/io-layer/io-layer.h
mono/metadata/ChangeLog
mono/metadata/appdomain.c
mono/utils/ChangeLog
mono/utils/mono-dl.c