From 2cbce84d411dcd9e00c91db246a01947ac2f4a69 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 12 Jan 2007 03:05:28 +0000 Subject: 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 --- wiretap/Makefile.common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wiretap/Makefile.common') diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common index 176adf7f54..dc97cae87d 100644 --- a/wiretap/Makefile.common +++ b/wiretap/Makefile.common @@ -105,6 +105,9 @@ NONGENERATED_HEADER_FILES = \ wtap-capture.h \ wtap-int.h +EXTRA_DIST = \ + file_util.c + # Files that generate compileable files GENERATOR_SOURCES = \ ascend-grammar.y \ -- cgit v1.2.3