Commit 17dc1748 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

localspl/tests: Use ANSI function declarations.

parent 0937f999
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment