Fixed warning.

This commit is contained in:
Kevin Holbrook 1999-04-11 14:46:38 +00:00 committed by Alexandre Julliard
parent f08c504fe7
commit 869ca2f7b5
1 changed files with 2 additions and 0 deletions

View File

@ -11,10 +11,12 @@
static LPPHONE PHONE_Alloc(void) static LPPHONE PHONE_Alloc(void)
{ {
return 0;
} }
static LPPHONE PHONE_Get(HPHONE hPhone) static LPPHONE PHONE_Get(HPHONE hPhone)
{ {
return 0;
} }
DWORD WINAPI phoneClose(HPHONE hPhone) DWORD WINAPI phoneClose(HPHONE hPhone)