Fix ReactOS temporary directory name

svn path=/trunk/; revision=28879
This commit is contained in:
Hervé Poussineau 2007-09-05 16:33:41 +00:00
parent 5d16caaca6
commit e49226799b

View file

@ -27,7 +27,7 @@ using std::vector;
#define CLEAN_FILE(f) clean_files.push_back ( f );
static string ros_temp = "$(TEMPORARY)";
static string ros_temp = "$(TEMPORARY_)";
MingwBackend*
MingwModuleHandler::backend = NULL;
FILE*