Commit 438369af authored by Ferenc Wagner's avatar Ferenc Wagner Committed by Alexandre Julliard

Remove the wineloader variable.

parent 4ec0d3be
......@@ -57,8 +57,6 @@ struct rev_info
static struct wine_test *wine_tests;
static struct rev_info *rev_infos = NULL;
static const char *wineloader;
static int running_under_wine ()
{
HMODULE module = GetModuleHandleA("ntdll.dll");
......@@ -411,8 +409,6 @@ run_tests (char *logname, const char *tag, const char *url)
SetErrorMode (SEM_NOGPFAULTERRORBOX);
if (!(wineloader = getenv("WINELOADER"))) wineloader = "wine";
tempdir = tempnam (0, "wct");
if (!tempdir)
report (R_FATAL, "Can't name temporary dir (check %%TEMP%%).");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment