ReactOS 0.4.15-dev-7958-gcd0bb1a
rtl_vista.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS System Libraries
4 * FILE: lib/rtl/rtl.h
5 * PURPOSE: Run-Time Libary Header
6 * PROGRAMMER: Alex Ionescu
7 */
8
9#ifndef RTL_VISTA_H
10#define RTL_VISTA_H
11
12#undef _WIN32_WINNT
13#undef WINVER
14#define _WIN32_WINNT 0x600
15#define WINVER 0x600
16
17/* Main RTL Header */
18#include "rtl.h"
19
20#endif /* RTL_VISTA_H */