[WIN32] Abstract platform log opening routine.
authoralthekiller <althekiller@xbmc.org>
Mon, 7 Feb 2011 01:49:55 +0000 (20:49 -0500)
committeralthekiller <althekiller@xbmc.org>
Thu, 10 Feb 2011 01:16:34 +0000 (20:16 -0500)
commitb9795982f5674e0ad2340effcf0ff39ea4e8f071
treee99831452de76320a35741af3ca5b5eb5d3faa4e
parent89a6c38d09c684a397c66cd08a067af3db8ec0d9
[WIN32] Abstract platform log opening routine.

No one seems to know why we're setting the share status of the log.  Not
doing so doesn't seem to affect it in any way, including copying the
file while XBMC is running as was hinted in the original commit
(5e2ec0ca) implied. Use _wfopen instead of _wsfopen.
project/VS2010Express/XBMC.vcxproj
project/VS2010Express/XBMC.vcxproj.filters
xbmc/utils/log.cpp
xbmc/win32/stat_utf8.cpp [new file with mode: 0644]
xbmc/win32/stat_utf8.h [new file with mode: 0644]
xbmc/win32/stdio_utf8.cpp [new file with mode: 0644]
xbmc/win32/stdio_utf8.h [new file with mode: 0644]