Searched refs:PLATFORM_WINDOWS (Results 1 – 9 of 9) sorted by relevance
86 if(matched && (platform == PLATFORM_WINDOWS)) { in curlx_verify_windows_version()139 case PLATFORM_WINDOWS: in curlx_verify_windows_version()205 if(platform == PLATFORM_WINDOWS) in curlx_verify_windows_version()
41 PLATFORM_WINDOWS, enumerator
51 #define PLATFORM_WINDOWS 1 macro
2619 #if !defined(PLATFORM_WINDOWS) in libusb_set_pollfd_notifiers()2667 #if !defined(PLATFORM_WINDOWS) in usbi_add_event_source()2701 #if !defined(PLATFORM_WINDOWS) in usbi_remove_event_source()2726 #if !defined(PLATFORM_WINDOWS) in libusb_get_pollfds()2773 #if !defined(PLATFORM_WINDOWS) in libusb_free_pollfds()
90 #elif defined(PLATFORM_WINDOWS)258 #if defined(PLATFORM_WINDOWS)352 #if !defined(PLATFORM_WINDOWS)
32 #elif defined(PLATFORM_WINDOWS)
90 #elif defined(PLATFORM_WINDOWS)193 #elif defined(PLATFORM_WINDOWS) in poll_thread_main()
49 #if defined(PLATFORM_WINDOWS) in get_timestamp()
156 AC_DEFINE([PLATFORM_WINDOWS], [1], [Define to 1 if compiling for a Windows platform.]) definition348 AM_CONDITIONAL([PLATFORM_WINDOWS], [test "x$platform" = xwindows]) condition