From 207031e97e34f87f85ce3e79f5a05fb28e8a9143 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 17 Mar 2006 04:46:15 +0000 Subject: minor tweaks to incorporate into Pd-extended svn path=/trunk/externals/hardware/; revision=4721 --- memPIO/memPIO.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'memPIO/memPIO.cpp') 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 #include "m_pd.h" @@ -185,3 +188,5 @@ void memPIO_setup(void) class_addbang(memPIO_class, (t_method)memPIO_bang); } + +#endif /* _WIN32 */ -- cgit v1.2.1