set WINETEST_PLATFORM to wine for sysreg

svn path=/trunk/; revision=35980
This commit is contained in:
Christoph von Wittich 2008-09-06 11:06:01 +00:00
parent 9423976cb5
commit 0f44a26489

View file

@ -2221,7 +2221,8 @@ ProcessUnattendInf(HINF hUnattendedInf)
/* winetests */
hFind = FindFirstFileA("c:\\reactos\\bin\\*.exe", &ffd); /* %windir% isn't working on ros */
fprintf(file, "%s\n", "SET WINETEST_PLATFORM=wine");
hFind = FindFirstFileA("c:\\reactos\\bin\\*.exe", &ffd); /* %windir% isn't working on ros */
if (hFind != INVALID_HANDLE_VALUE)
{
do