Do not load wineps on startup.

This commit is contained in:
Alexandre Julliard 2000-05-30 15:29:15 +00:00
parent 093af59b74
commit 0ce13a4873
1 changed files with 1 additions and 1 deletions

View File

@ -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 */