CFugue
CFugueDLL/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://musicnote.sourceforge.net/>.
7 */
8 
9 // stdafx.h : include file for standard system include files,
10 // or project specific include files that are used frequently,
11 // but are changed infrequently
12 
13 #pragma once
14 
15 #ifndef STRICT
16 #define STRICT
17 #endif
18 
19 #include "targetver.h"
20 
21 #define _ATL_APARTMENT_THREADED
22 #define _ATL_NO_AUTOMATIC_NAMESPACE
23 
24 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
25 
26 #include "resource.h"
27 #include <atlbase.h>
28 #include <atlcom.h>
29 #include <atlctl.h>
30 
31 using namespace ATL;

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