fix MzCom path

svn: r2785
This commit is contained in:
Matthew Flatt 2006-04-25 20:44:22 +00:00
parent 4f0e7aec19
commit 57e182678f

View File

@ -92,7 +92,7 @@ LPCTSTR FindOneOf(LPCTSTR p1, LPCTSTR p2)
return NULL;
}
#define DLL_RELATIVE_PATH "."
#define DLL_RELATIVE_PATH "lib"
#include "../mzscheme/delayed.inc"
/////////////////////////////////////////////////////////////////////////////