aboutsummaryrefslogtreecommitdiff
path: root/memPIO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-17 04:46:15 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:22 +0200
commit207031e97e34f87f85ce3e79f5a05fb28e8a9143 (patch)
tree9e225ae6fe12684347e20ce8326d815e7dea0041 /memPIO
parent5065a96db886a6e2b4a44cc5eb3b31e4c40ccea8 (diff)
minor tweaks to incorporate into Pd-extended
svn path=/trunk/externals/hardware/; revision=4721
Diffstat (limited to 'memPIO')
-rw-r--r--memPIO/memPIO-help.pd (renamed from memPIO/help-memPIO.pd)0
-rw-r--r--memPIO/memPIO.cpp5
2 files changed, 5 insertions, 0 deletions
diff --git a/memPIO/help-memPIO.pd b/memPIO/memPIO-help.pd
index 1353d07..1353d07 100644
--- a/memPIO/help-memPIO.pd
+++ b/memPIO/memPIO-help.pd
diff --git a/memPIO/memPIO.cpp b/memPIO/memPIO.cpp
index 2e255bf..e5f5158 100644
--- a/memPIO/memPIO.cpp
+++ b/memPIO/memPIO.cpp
@@ -18,6 +18,9 @@
* copyleft:forum::für::umläute:2004
*/
+/* This only works on Microsoft Windows */
+#ifdef _WIN32
+
#include <conio.h>
#include "m_pd.h"
@@ -185,3 +188,5 @@ void memPIO_setup(void)
class_addbang(memPIO_class, (t_method)memPIO_bang);
}
+
+#endif /* _WIN32 */