Solve remaining problems with scroll bars in the edit control.
[wine.git] / dlls / wininet / wininet_main.c
blob6cc40f217f1dc64e6795285402a3ad9dd9a58602
1 /*
2 * WinInet
4 * Copyright (c) 2000 Patrik Stridvall
6 */
8 #include "windef.h"
9 #include "winerror.h"
11 #include "debugtools.h"
13 DEFAULT_DEBUG_CHANNEL(wininet);
15 /***********************************************************************
16 * WININET_DllInstall (WININET.@)
18 HRESULT WINAPI WININET_DllInstall(BOOL bInstall, LPCWSTR cmdline)
20 FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE",
21 debugstr_w(cmdline));
23 return S_OK;