2009-12-15 22:39:18 +00:00
|
|
|
/* PROJECT: ReactOS sndrec32
|
|
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
|
|
* FILE: base/applications/sndrec32/targetver.h
|
|
|
|
* PURPOSE: Sound recording
|
|
|
|
* PROGRAMMERS: Marco Pagliaricci (irc: rendar)
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
2009-11-30 18:54:41 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
2009-12-15 22:39:18 +00:00
|
|
|
#ifndef WINVER
|
|
|
|
#define WINVER 0x0600
|
2009-11-30 18:54:41 +00:00
|
|
|
#endif
|
|
|
|
|
2009-12-15 22:39:18 +00:00
|
|
|
#ifndef _WIN32_WINNT
|
|
|
|
#define _WIN32_WINNT 0x0600
|
2009-11-30 18:54:41 +00:00
|
|
|
#endif
|
|
|
|
|
2009-12-15 22:39:18 +00:00
|
|
|
#ifndef _WIN32_WINDOWS
|
|
|
|
#define _WIN32_WINDOWS 0x0410
|
2009-11-30 18:54:41 +00:00
|
|
|
#endif
|
|
|
|
|
2009-12-15 22:39:18 +00:00
|
|
|
#ifndef _WIN32_IE
|
|
|
|
#define _WIN32_IE 0x0700
|
2009-11-30 18:54:41 +00:00
|
|
|
#endif
|