aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/dyn.h
diff options
context:
space:
mode:
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)