mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 18:25:19 +00:00
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…
x
Reference in New Issue
Block a user