HomeSort by relevance Sort by last modified time
    Searched defs:WINAPI_FAMILY_PARTITION (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winapifamily.h 20 #define WINAPI_FAMILY_PARTITION(v) ((WINAPI_FAMILY & v) == v)
  /external/webp/src/utils/
thread.c 38 #ifndef WINAPI_FAMILY_PARTITION
40 #define WINAPI_FAMILY_PARTITION(x) x
43 #if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)

Completed in 82 milliseconds