flext  0.6.0
flcwmax-x.h
Go to the documentation of this file.
1 /*
2 
3 flext - C++ layer for Max/MSP and pd (pure data) externals
4 
5 Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
6 For information on usage and redistribution, and for a DISCLAIMER OF ALL
7 WARRANTIES, see the file, "license.txt," in this distribution.
8 
9 */
10 
15 #ifndef _FLEXT_CW_MAX_X_H
16 #define _FLEXT_CW_MAX_X_H
17 
18 //#define TARGET_API_MAC_CARBON 1
19 #define _POSIX_C_SOURCE
20 #define _POSIX_SOURCE
21 
22 #include "flcwmax.h"
23 
24 #endif
Prefix file for CodeWarrior projects - OS 9 version.