From 17dc17487d963989ad6e6f51552cfffb0415f84c Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Mon, 19 Nov 2007 00:18:55 +0100 Subject: [PATCH] localspl/tests: Use ANSI function declarations. --- dlls/localspl/tests/localmon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/localspl/tests/localmon.c b/dlls/localspl/tests/localmon.c index 31267313dc1..4d75a4cff2b 100644 --- a/dlls/localspl/tests/localmon.c +++ b/dlls/localspl/tests/localmon.c @@ -339,7 +339,7 @@ static void test_AddPortEx(void) /* ########################### */ -static void test_ClosePort() +static void test_ClosePort(void) { HANDLE hPort; HANDLE hPort2; @@ -629,7 +629,7 @@ static void test_InitializePrintMonitor(void) /* ########################### */ -static void test_OpenPort() +static void test_OpenPort(void) { HANDLE hPort; HANDLE hPort2;