Searched defs:OS_WIN (Results 1 – 3 of 3) sorted by relevance
22 private static final String OS_WIN = "windows", OS_LINUX = "linux", OS_MAC = "mac"; field in SQLiteLibraryLoader
20 private static final String OS_WIN = "win32", OS_LINUX = "linux", OS_MAC = "osx"; field in SQLiteLibraryLoader
79 #define OS_WIN 1 macro