mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Fix ReactOS temporary directory name
svn path=/trunk/; revision=28879
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user