Commit 0ce13a48 authored by Alexandre Julliard's avatar Alexandre Julliard

Do not load wineps on startup.

parent 093af59b
......@@ -45,7 +45,7 @@ static int nb_dlls;
/* list of DLLs that should always be loaded at startup */
static const char * const always_load[] =
{
"system", "display", "wprocs", "wineps", NULL
"system", "display", "wprocs", NULL
};
/* Ordinal number for interrupt 0 handler in WPROCS.DLL */
......
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