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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdkddkver.h 110 #define NTDDI_VISTA NTDDI_WIN6
115 #define NTDDI_LONGHORN NTDDI_VISTA
msi.h 23 #ifndef NTDDI_VISTA
24 #define NTDDI_VISTA 0x06000000
33 #elif defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI_VISTA
    [all...]
msidefs.h 21 #ifndef NTDDI_VISTA
22 #define NTDDI_VISTA 0x06000000
29 #if _WIN32_WINNT >= 0x0600 || (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI_VISTA)

Completed in 833 milliseconds