HomeSort by relevance Sort by last modified time
    Searched refs:WINAPI_FAMILY (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winapifamily.h 16 #ifndef WINAPI_FAMILY
17 #define WINAPI_FAMILY WINAPI_FAMILY_DESKTOP_APP
20 #define WINAPI_FAMILY_PARTITION(v) ((WINAPI_FAMILY & v) == v)
21 #define WINAPI_FAMILY_ONE_PARTITION(vset, v) ((WINAPI_FAMILY & vset) == v)
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
arm_cpudetect.c 16 #ifdef WINAPI_FAMILY
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 40 #ifdef WINAPI_FAMILY
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 38 #ifdef WINAPI_FAMILY
  /external/zlib/src/
gzguts.h 38 #ifdef WINAPI_FAMILY
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 305 # elif defined(WINAPI_FAMILY)
314 // WINAPI_FAMILY defined but no known partition matched.
    [all...]

Completed in 1044 milliseconds