Subversion Repositories filter_foundry

Rev

Rev 268 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 268 Rev 439
Line 15... Line 15...
15
    You should have received a copy of the GNU General Public License
15
    You should have received a copy of the GNU General Public License
16
    along with this program; if not, write to the Free Software
16
    along with this program; if not, write to the Free Software
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
*/
18
*/
19
 
19
 
-
 
20
#ifndef ENTRY_H_
-
 
21
#define ENTRY_H_
-
 
22
 
20
// AI CS2 SDK must be compiled with C++
23
// AI CS2 SDK must be compiled with C++
21
// but we still require C linkage on entry point.
24
// but we still require C linkage on entry point.
22
 
25
 
23
#ifdef MAC_ENV
26
#ifdef MAC_ENV
24
  #ifdef __cplusplus
27
  #ifdef __cplusplus
Line 44... Line 47...
44
  #define PLUGINRETURN int
47
  #define PLUGINRETURN int
45
#else
48
#else
46
  //typedef SPErr PluginReturn_t;
49
  //typedef SPErr PluginReturn_t;
47
  #define PLUGINRETURN SPErr
50
  #define PLUGINRETURN SPErr
48
#endif
51
#endif
-
 
52
 
-
 
53
#endif