Fixed some warnings.

This commit is contained in:
Marcus Meissner 1999-05-29 11:08:36 +00:00 committed by Alexandre Julliard
parent a6d833a552
commit 230599aadf
2 changed files with 1 additions and 11 deletions

View File

@ -11,16 +11,6 @@
DEFAULT_DEBUG_CHANNEL(tapi)
static LPPHONE PHONE_Alloc(void)
{
return 0;
}
static LPPHONE PHONE_Get(HPHONE hPhone)
{
return 0;
}
DWORD WINAPI phoneClose(HPHONE hPhone)
{
FIXME("(%04x), stub.\n", hPhone);

View File

@ -106,7 +106,7 @@ CRTDLL_FILE * __cdecl CRTDLL__fdopen(INT handle, LPCSTR mode);
*/
BOOL WINAPI CRTDLL_Init(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
TRACE(crtdll,"(0x%08lx,%ld,%p)\n",hinstDLL,fdwReason,lpvReserved);
TRACE(crtdll,"(0x%08x,%ld,%p)\n",hinstDLL,fdwReason,lpvReserved);
if (fdwReason == DLL_PROCESS_ATTACH) {
CRTDLL__fdopen(0,"r");