localspl/tests: Use ANSI function declarations.

This commit is contained in:
Michael Stefaniuc 2007-11-19 00:18:55 +01:00 committed by Alexandre Julliard
parent 0937f999f4
commit 17dc17487d
1 changed files with 2 additions and 2 deletions

View File

@ -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;