Do not load wineps on startup.
This commit is contained in:
parent
093af59b74
commit
0ce13a4873
|
@ -45,7 +45,7 @@ static int nb_dlls;
|
||||||
/* list of DLLs that should always be loaded at startup */
|
/* list of DLLs that should always be loaded at startup */
|
||||||
static const char * const always_load[] =
|
static const char * const always_load[] =
|
||||||
{
|
{
|
||||||
"system", "display", "wprocs", "wineps", NULL
|
"system", "display", "wprocs", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Ordinal number for interrupt 0 handler in WPROCS.DLL */
|
/* Ordinal number for interrupt 0 handler in WPROCS.DLL */
|
||||||
|
|
Loading…
Reference in New Issue