mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-14 15:18:10 +02:00
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:
parent
f655cf91a0
commit
755639aac0
1 changed files with 0 additions and 6 deletions
6
parse.c
6
parse.c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue