From 09bf9e694629b37f201467b988589573f5c3acf9 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 27 Oct 2008 04:47:57 +0000 Subject: ETH -> WS updates. svn path=/trunk/; revision=26570 --- wsutil/file_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wsutil/file_util.h') diff --git a/wsutil/file_util.h b/wsutil/file_util.h index 1508ede555..86521f0074 100644 --- a/wsutil/file_util.h +++ b/wsutil/file_util.h @@ -106,8 +106,8 @@ extern FILE * ws_stdio_freopen (const gchar *filename, const gchar *mode, FILE * #endif /* _WIN32 */ /* directory handling */ -#define ETH_DIR GDir -#define ETH_DIRENT const char +#define WS_DIR GDir +#define WS_DIRENT const char #define ws_dir_open g_dir_open #define ws_dir_read_name g_dir_read_name #define ws_dir_get_name(dirent) dirent -- cgit v1.2.1