CFugue
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
E:
WinApp
CarMusTy
src
References
CFugue
src
CFugueLib
CFugueLib/stdafx.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
$LastChangedDate: 2012-03-19 12:41:10 +0530 (Mon, 19 Mar 2012) $
9
$Rev: 174 $
10
$LastChangedBy: krishnapg $
11
*/
12
13
// stdafx.h : include file for standard system include files,
14
// or project specific include files that are used frequently, but
15
// are changed infrequently
16
//
17
18
#pragma once
19
20
#include "targetver.h"
21
22
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
23
24
25
//#define NO_VERBOSE // To control the output generated by the Parser when the Tracing is enabled
26
27
// TODO: reference additional headers your program requires here
CFugue, the C++ Music Programming Library
© Copyright 2009
Cenacle Research India Private Limited
Gopalakrishna Palem