Ignore:
Timestamp:
Nov 27, 2002, 3:28:17 PM (23 years ago)
Author:
sandervl
Message:

PF: Some updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wininet/wininet.cpp

    r4842 r9439  
    1 /* $Id: wininet.cpp,v 1.3 2000-12-27 23:06:17 sandervl Exp $ */
     1/* $Id: wininet.cpp,v 1.4 2002-11-27 14:28:17 sandervl Exp $ */
    22/*
    33 * WININET stubs
     
    9090//******************************************************************************
    9191//******************************************************************************
    92 HINTERNET WINAPI InternetOpenUrlA(HINTERNET hInternet, LPCSTR lpszUrl, LPCSTR lpszHeaders,
    93                                   DWORD dwHeadersLength, DWORD dwFlags, DWORD dwContext)
    94 {dprintf(("ERROR:"__FUNCTION__" not implemented"));
    95         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
    96         return 0;
    97 }
    98 //******************************************************************************
    99 //******************************************************************************
    100 HINTERNET WINAPI InternetOpenUrlW(HINTERNET hInternet, LPCWSTR lpszUrl, LPCWSTR lpszHeaders,
    101                                   DWORD dwHeadersLength, DWORD dwFlags, DWORD dwContext)
    102 {dprintf(("ERROR:"__FUNCTION__" not implemented"));
    103         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
    104         return 0;
    105 }
    106 //******************************************************************************
    107 //******************************************************************************
    10892DWORD WINAPI InternetSetFilePointer(HINTERNET hFile, LONG lDistanceToMove,
    10993                                    PVOID pReserved, DWORD dwMoveMethod,
Note: See TracChangeset for help on using the changeset viewer.