Revision: 9781 http://pure-data.svn.sourceforge.net/pure-data/?rev=9781&view=rev Author: eighthave Date: 2008-05-11 06:26:23 -0700 (Sun, 11 May 2008)
Log Message: ----------- added missing header for windows, needed for ExpandEnvironmentStrings()
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/s_path.c
Modified: branches/pd-extended/v0-40/pd/src/s_path.c =================================================================== --- branches/pd-extended/v0-40/pd/src/s_path.c 2008-05-11 13:26:08 UTC (rev 9780) +++ branches/pd-extended/v0-40/pd/src/s_path.c 2008-05-11 13:26:23 UTC (rev 9781) @@ -30,6 +30,10 @@ #include <io.h> #endif
+#ifdef MSW +#include <windows.h> +#endif + #include <string.h> #include "m_pd.h" #include "m_imp.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.