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

  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 18 #define NTDDI_VERSION NTDDI_VISTA
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdkddkver.h 65 /* NTDDI_VERSION */
125 /* Version Fields in NTDDI_VERSION */
130 /* Macros to Extract Version Fields From NTDDI_VERSION */
145 #ifndef NTDDI_VERSION
147 #define NTDDI_VERSION NTDDI_VERSION_FROM_WIN32_WINNT(_WIN32_WINNT)
149 #define NTDDI_VERSION NTDDI_WS03
181 /* Make Sure NTDDI_VERSION and _WIN32_WINNT Match */
182 #if ((OSVER(NTDDI_VERSION) == NTDDI_WIN2K) && (_WIN32_WINNT != _WIN32_WINNT_WIN2K)) || \
183 ((OSVER(NTDDI_VERSION) == NTDDI_WINXP) && (_WIN32_WINNT != _WIN32_WINNT_WINXP)) || \
184 ((OSVER(NTDDI_VERSION) == NTDDI_WS03) && (_WIN32_WINNT != _WIN32_WINNT_WS03)) ||
    [all...]

Completed in 43 milliseconds