From 0ce13a487329c2160e690184eaa63dc38f2382e6 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 30 May 2000 15:29:15 +0000 Subject: [PATCH] Do not load wineps on startup. --- if1632/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/if1632/builtin.c b/if1632/builtin.c index f7805658c84..53da9f9296c 100644 --- a/if1632/builtin.c +++ b/if1632/builtin.c @@ -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 */ -- 2.11.4.GIT