aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/dyn.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-02-23 04:57:48 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-02-23 04:57:48 +0000
commitffeb64d27b06f46266f165eef302b2ac2c25eb3e (patch)
treec23a46a978632cfb088ab01e7e0c7e4673ab893a /externals/grill/dyn/dyn.h
parent579f564ce490566d0462bc2138a4beefa7747b7e (diff)
minor changes
added package definition for flext build system added flags for correct symbol import from PD svn path=/trunk/; revision=2574
Diffstat (limited to 'externals/grill/dyn/dyn.h')
-rw-r--r--externals/grill/dyn/dyn.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/externals/grill/dyn/dyn.h b/externals/grill/dyn/dyn.h
index eeca0f43..507dd08a 100644
--- a/externals/grill/dyn/dyn.h
+++ b/externals/grill/dyn/dyn.h
@@ -1,7 +1,7 @@
/*
dyn - dynamical object management
-Copyright (c)2003-2004 Thomas Grill (gr@grrrr.org)
+Copyright (c)2003-2005 Thomas Grill (gr@grrrr.org)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
*/
@@ -31,6 +31,11 @@ WARRANTIES, see the file, "license.txt," in this distribution.
extern "C" {
#endif
+/* This is needed to correctly import external data */
+#if defined(_WIN32) && !defined(NT)
+#define NT
+#endif
+
/* include PD public header for some type definitions */
#ifdef _MSC_VER
#pragma warning(push)