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

This commit is contained in:
Huw Davies 2008-06-25 17:12:25 +01:00 committed by Alexandre Julliard
parent 674b3b84e9
commit 2ea9e28dbd

View file

@ -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) {