diff options
Diffstat (limited to 'src/util/os_misc.c')
-rw-r--r-- | src/util/os_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/os_misc.c b/src/util/os_misc.c index e9a727c54d6..3a1e7eaddab 100644 --- a/src/util/os_misc.c +++ b/src/util/os_misc.c @@ -107,13 +107,13 @@ os_log_message(const char *message) } -#if !defined(PIPE_SUBSYSTEM_EMBEDDED) +#if !defined(EMBEDDED_DEVICE) const char * os_get_option(const char *name) { return getenv(name); } -#endif /* !PIPE_SUBSYSTEM_EMBEDDED */ +#endif /* !EMBEDDED_DEVICE */ /** |