aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util-private.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-12-17 19:45:52 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-17 19:45:52 +0800
commit22e9edd52a0e6ca23edc14e3ef24fba4da8dc13a (patch)
tree470287f82c9473740aea30e4e64be315258fb64e /e-util/e-util-private.h
parent4ded439d958853c6e276162fb8dc6f2724477cbc (diff)
downloadgsoc2013-evolution-22e9edd52a0e6ca23edc14e3ef24fba4da8dc13a.tar
gsoc2013-evolution-22e9edd52a0e6ca23edc14e3ef24fba4da8dc13a.tar.gz
gsoc2013-evolution-22e9edd52a0e6ca23edc14e3ef24fba4da8dc13a.tar.bz2
gsoc2013-evolution-22e9edd52a0e6ca23edc14e3ef24fba4da8dc13a.tar.lz
gsoc2013-evolution-22e9edd52a0e6ca23edc14e3ef24fba4da8dc13a.tar.xz
gsoc2013-evolution-22e9edd52a0e6ca23edc14e3ef24fba4da8dc13a.tar.zst
gsoc2013-evolution-22e9edd52a0e6ca23edc14e3ef24fba4da8dc13a.zip
e-util-private.h (fsync) Don't bother with a Win32 implementation of
2005-12-17 Tor Lillqvist <tml@novell.com> * e-util-private.h (fsync) * e-util.c: Don't bother with a Win32 implementation of fsync() as the uses of fsync() in evo are pretty irrelevant. Just #define fsync() away on Win32. svn path=/trunk/; revision=30796
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r--e-util/e-util-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h
index f40b09f674..35cf0cf5c2 100644
--- a/e-util/e-util-private.h
+++ b/e-util/e-util-private.h
@@ -33,7 +33,7 @@
#ifdef G_OS_WIN32
-int fsync (int fd);
+#define fsync(fd) 0
const char *_e_get_category_icons (void) G_GNUC_CONST;
const char *_e_get_datadir (void) G_GNUC_CONST;