wireshark/plugins/asn1
Ulf Lamping 2cbce84d41 Win32: MSVC > 6 doesn't work well with Unicode filenames!
fix this, by providing required functions in the new file file_util.c - it's mostly copied from GLib (g_open alike - that take UTF8 as filename format but don't use msvcrt.dll V6 for this as the glib files do) 

"link" to these functions in file_util.h: #define eth_open eth_stdio_open

revert changes (from SVN 20282) throughout the code related to these file functions which were introduced with the first tries of MSVC 2005 ...

Hopefully I've done everything right with the new file_util.c ...

svn path=/trunk/; revision=20402
2007-01-12 03:05:28 +00:00
..
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again. 2007-01-10 20:19:16 +00:00
Makefile.common Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again. 2007-01-10 20:19:16 +00:00
Makefile.nmake Win32: MSVC > 6 doesn't work well with Unicode filenames! 2007-01-12 03:05:28 +00:00
NEWS
asn1.c move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it now 2007-01-10 07:09:30 +00:00
asn1.h move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it now 2007-01-10 07:09:30 +00:00
moduleinfo.h Get rid of carriage returns in source files. 2003-11-11 20:08:13 +00:00
moduleinfo.nmake Add Windows version info resource. 2006-12-19 22:23:22 +00:00
packet-asn1.c move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it now 2007-01-10 07:09:30 +00:00
plugin.rc.in Add Windows version info resource. 2006-12-19 22:23:22 +00:00