Commit 2ea9e28d authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

localspl: Ensure that we load winspool before spoolss to work around a circular dependence.

parent 674b3b84
......@@ -1356,6 +1356,7 @@ START_TEST(localmon)
DWORD numentries;
DWORD res;
LoadLibraryA("winspool.drv");
/* This DLL does not exist on Win9x */
hdll = LoadLibraryA("localspl.dll");
if (!hdll) {
......
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