localspl: Ensure that we load winspool before spoolss to work around a circular dependence.
This commit is contained in:
parent
674b3b84e9
commit
2ea9e28dbd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue