CFugue
CFugueLib/targetver.h
1 /*
2  This is part of CFugue, a C++ Runtime for MIDI Score Programming
3  Copyright (C) 2009 Gopalakrishna Palem
4 
5  For links to further information, or to contact the author,
6  see <http://cfugue.sourceforge.net/>.
7 */
8 
9 #pragma once
10 
11 // The following macros define the minimum required platform. The minimum required platform
12 // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
13 // your application. The macros work by enabling all features available on platform versions up to and
14 // including the version specified.
15 
16 // Modify the following defines if you have to target a platform prior to the ones specified below.
17 // Refer to MSDN for the latest info on corresponding values for different platforms.
18 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
19 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
20 #endif
21 

CFugue, the C++ Music Programming Library © Copyright 2009 Cenacle Research India Private Limited Gopalakrishna Palem