Go to the documentation of this file.
9 #ifndef LLDB_lldb_windows_h_
10 #define LLDB_lldb_windows_h_
12 #define NTDDI_VERSION NTDDI_VISTA
13 #undef _WIN32_WINNT // undef a previous definition to avoid warning
14 #define _WIN32_WINNT _WIN32_WINNT_VISTA
15 #define WIN32_LEAN_AND_MEAN
17 #undef NOMINMAX // undef a previous definition to avoid warning
32 #endif // LLDB_lldb_windows_h_