mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
Fix ReactOS temporary directory name
svn path=/trunk/; revision=28879
This commit is contained in:
parent
5d16caaca6
commit
e49226799b
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue