Fix broken MSDN links
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7035 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
559d11973b
commit
b4ec25628e
3 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ static LPSTR InetGetErrorStringAllocA(DWORD ec)
|
|||
|
||||
static void InetWorkOnline(HINTERNET hInet)
|
||||
{
|
||||
//msdn.microsoft.com/library/default.asp?url=/workshop/components/offline/offline.asp#Supporting Offline Browsing in Applications and Components
|
||||
//msdn.microsoft.com/en-us/library/Aa768170#Supporting Offline Browsing in Applications and Components
|
||||
DWORD cbio = sizeof(DWORD), op32;
|
||||
if (InternetQueryOption(hInet, INTERNET_OPTION_CONNECTED_STATE, &op32, &cbio))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue