Home
last modified time | relevance | path

Searched refs:PLATFORM_WINDOWS (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/
Dversion_win32.c86 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()
Dversion_win32.h41 PLATFORM_WINDOWS, enumerator
/third_party/libusb/msvc/
Dconfig.h51 #define PLATFORM_WINDOWS 1 macro
/third_party/libusb/libusb/
Dio.c2619 #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()
Dlibusbi.h90 #elif defined(PLATFORM_WINDOWS)
258 #if defined(PLATFORM_WINDOWS)
352 #if !defined(PLATFORM_WINDOWS)
/third_party/libusb/tests/
Dtestlib.c32 #elif defined(PLATFORM_WINDOWS)
/third_party/libusb/examples/
Ddpfp.c90 #elif defined(PLATFORM_WINDOWS)
193 #elif defined(PLATFORM_WINDOWS) in poll_thread_main()
Dsam3u_benchmark.c49 #if defined(PLATFORM_WINDOWS) in get_timestamp()
/third_party/libusb/
Dconfigure.ac156 AC_DEFINE([PLATFORM_WINDOWS], [1], [Define to 1 if compiling for a Windows platform.]) definition
348 AM_CONDITIONAL([PLATFORM_WINDOWS], [test "x$platform" = xwindows]) condition