mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue