blob: 85deb327d1b3548b9c62c21b74ec9a4b42555314 [file] [log] [blame]
/*
* WinInet
*
* Copyright (c) 2000 Patrik Stridvall
*
*/
#include "windef.h"
#include "winerror.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(wininet);
/***********************************************************************
* DllInstall (WININET.@)
*/
HRESULT WINAPI WININET_DllInstall(BOOL bInstall, LPCWSTR cmdline)
{
FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE",
debugstr_w(cmdline));
return S_OK;
}