commit | 1f8bc86a7d1c49cd666c5f80d1507e6351a65aa0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 29 14:02:29 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 29 14:31:54 2015 -0700 |
tree | faecdb6502d78ddbb476d793e3287347f77780cb | |
parent | c0e8d0fc50dc635c6723497900cf3b0d2eb572dc [diff] [blame] |
Move libutils off AndroidConfig.h. Change-Id: Ia0e4a4f968c640eb44317821d2dc6b195f9f490e
diff --git a/include/utils/Compat.h b/include/utils/Compat.h index 7d96310..c5f9d6a 100644 --- a/include/utils/Compat.h +++ b/include/utils/Compat.h
@@ -75,4 +75,10 @@ _rc; }) #endif +#if defined(_WIN32) +#define OS_PATH_SEPARATOR '\\' +#else +#define OS_PATH_SEPARATOR '/' +#endif + #endif /* __LIB_UTILS_COMPAT_H */