Ignore:
Timestamp:
Sep 5, 2001, 12:32:33 PM (24 years ago)
Author:
bird
Message:

Added Missing $Id:$ keyword.

File:
1 edited

Legend:

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

    r5419 r6640  
    1 /*
     1/* $Id: wininet_main.c,v 1.2 2001-09-05 10:31:47 bird Exp $
     2 *
    23 * WinInet
    34 *
     
    1415
    1516/***********************************************************************
    16  *              WININET_DllInstall (WININET.@)
     17 *      WININET_DllInstall (WININET.@)
    1718 */
    1819HRESULT WINAPI WININET_DllInstall(BOOL bInstall, LPCWSTR cmdline)
    1920{
    20   FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE", 
    21         debugstr_w(cmdline));
     21  FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE",
     22    debugstr_w(cmdline));
    2223
    2324  return S_OK;
Note: See TracChangeset for help on using the changeset viewer.