Paul Vriens : ntdll/tests: Use skip and add a FreeLibrary.

Alexandre Julliard julliard at winehq.org
Mon Sep 22 07:04:44 CDT 2008


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Sun Sep 21 20:11:40 2008 +0200

ntdll/tests: Use skip and add a FreeLibrary.

---

 dlls/ntdll/tests/atom.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdll/tests/atom.c b/dlls/ntdll/tests/atom.c
index 87ea222..bc5fe2a 100644
--- a/dlls/ntdll/tests/atom.c
+++ b/dlls/ntdll/tests/atom.c
@@ -476,4 +476,8 @@ START_TEST(atom)
         test_NtRefPinAtom();
         test_Global();
     }
+    else
+        win_skip("Needed atom functions are not available\n");
+
+    FreeLibrary(hntdll);
 }




More information about the wine-cvs mailing list