Sync with trunk (r48545)
[reactos.git] / base / applications / sndrec32 / targetver.h
1 /* PROJECT: ReactOS sndrec32
2 * LICENSE: GPL - See COPYING in the top level directory
3 * FILE: base/applications/sndrec32/targetver.h
4 * PURPOSE: Sound recording
5 * PROGRAMMERS: Marco Pagliaricci (irc: rendar)
6 */
7
8
9
10 #pragma once
11
12
13 #ifndef WINVER
14 #define WINVER 0x0600
15 #endif
16
17 #ifndef _WIN32_WINNT
18 #define _WIN32_WINNT 0x0600
19 #endif
20
21 #ifndef _WIN32_WINDOWS
22 #define _WIN32_WINDOWS 0x0410
23 #endif
24
25 #ifndef _WIN32_IE
26 #define _WIN32_IE 0x0700
27 #endif