Update of /cvsroot/pure-data/externals/PDContainer/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv500/include
Modified Files: GlobalStuff.h Log Message: new windows makefile
Index: GlobalStuff.h =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/include/GlobalStuff.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GlobalStuff.h 25 Oct 2004 19:02:30 -0000 1.1.1.1 --- GlobalStuff.h 26 Oct 2004 16:29:12 -0000 1.2 *************** *** 31,34 **** --- 31,38 ---- using std::endl;
+ #ifdef NT + using namespace std; // DEBUG + #endif + // current version #define PDC_VERSION "0.0.1pre"