Remove compat definition of G_IS_DIR_SEPARATOR

This has been available on glib since 2.5.4, and pkg-config requires at
least 2.16.
This commit is contained in:
Dan Nicholson 2013-04-17 18:01:01 -07:00
parent f655cf91a0
commit 755639aac0

View file

@ -40,12 +40,6 @@ char *prefix_variable = "prefix";
gboolean msvc_syntax = FALSE;
#endif
#ifdef G_OS_WIN32
#ifndef G_IS_DIR_SEPARATOR
#define G_IS_DIR_SEPARATOR(c) ((c) == G_DIR_SEPARATOR || (c) == '/')
#endif
#endif
/**
* Read an entire line from a file into a buffer. Lines may
* be delimited with '\n', '\r', '\n\r', or '\r\n'. The delimiter