Fixed some warnings.
This commit is contained in:
parent
a6d833a552
commit
230599aadf
|
@ -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);
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue