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

Alexandre Julliard julliard at winehq.org
Wed Jun 25 16:44:13 CDT 2008


Module: wine
Branch: master
Commit: 2ea9e28dbd26229224c3545d15b4b79bf8c354f4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2ea9e28dbd26229224c3545d15b4b79bf8c354f4

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Jun 25 17:12:25 2008 +0100

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

---

 dlls/localspl/tests/localmon.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/localspl/tests/localmon.c b/dlls/localspl/tests/localmon.c
index 4d75a4c..26eea89 100644
--- a/dlls/localspl/tests/localmon.c
+++ b/dlls/localspl/tests/localmon.c
@@ -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) {




More information about the wine-cvs mailing list