Ignore:
Timestamp:
Sep 15, 2001, 11:47:44 AM (24 years ago)
Author:
sandervl
Message:

restored old version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wininet/wininet_main.c

    r6640 r6712  
    1 /* $Id: wininet_main.c,v 1.2 2001-09-05 10:31:47 bird Exp $
    2  *
     1/*
    32 * WinInet
    43 *
     
    1514
    1615/***********************************************************************
    17  *      WININET_DllInstall (WININET.@)
     16 *              WININET_DllInstall (WININET.@)
    1817 */
    1918HRESULT WINAPI WININET_DllInstall(BOOL bInstall, LPCWSTR cmdline)
    2019{
    21   FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE",
    22     debugstr_w(cmdline));
     20  FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE", 
     21        debugstr_w(cmdline));
    2322
    2423  return S_OK;
Note: See TracChangeset for help on using the changeset viewer.