diff options
Diffstat (limited to 'memPIO')
-rw-r--r-- | memPIO/memPIO-help.pd (renamed from memPIO/help-memPIO.pd) | 0 | ||||
-rw-r--r-- | memPIO/memPIO.cpp | 5 |
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 */
|