Module: wine Branch: master Commit: 9b9181923dd49486710a6e287e710b9df69fb44e URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b9181923dd49486710a6e287e...
Author: Austin English austinenglish@gmail.com Date: Mon Feb 28 13:29:38 2011 -0800
ntprint/tests: Remove win9x hacks.
---
dlls/ntprint/tests/ntprint.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/dlls/ntprint/tests/ntprint.c b/dlls/ntprint/tests/ntprint.c index fca7b8d..cf9853d 100644 --- a/dlls/ntprint/tests/ntprint.c +++ b/dlls/ntprint/tests/ntprint.c @@ -214,14 +214,7 @@ static void test_PSetupEnumMonitor(VOID)
START_TEST(ntprint) { - LPCSTR ptr; - - /* ntprint.dll does not exist on win9x */ - ptr = load_functions(); - if (ptr) { - skip("%s not found\n", ptr); - return; - } + load_functions();
test_PSetupCreateMonitorInfo(); test_PSetupDestroyMonitorInfo();