Changeset 7009 for trunk/src


Ignore:
Timestamp:
Oct 11, 2001, 12:56:08 AM (24 years ago)
Author:
phaller
Message:

.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r6994 r7009  
    1 /* $Id: iphlpapi.cpp,v 1.3 2001-10-10 17:37:44 phaller Exp $ */
     1/* $Id: iphlpapi.cpp,v 1.4 2001-10-10 22:55:21 phaller Exp $ */
    22/*
    33 *      IPHLPAPI library
     
    1515
    1616#include <os2win.h>
    17 #include <odinwrap.h>
    1817#include <winversion.h>
    1918
  • trunk/src/shell32/brsfolder.c

    r6709 r7009  
     1/* $Id: brsfolder.c,v 1.6 2001-10-10 22:56:08 phaller Exp $ */
     2
     3/*
     4 * Win32 compatibility SHELL32 BRSFOLDER for OS/2
     5 *
     6 * Project Odin Software License can be found in LICENSE.TXT
     7 *
     8 */
     9
     10
     11/****************************************************************************
     12 * includes
     13 ****************************************************************************/
     14
     15#include <odin.h>
     16#include <os2sel.h>
     17#include <odinwrap.h>
     18
     19ODINDEBUGCHANNEL(SHELL32-BRSFOLDER)
     20
    121#include <stdlib.h>
    222#include <string.h>
     
    318338 *
    319339 */
    320 LPITEMIDLIST WINAPI SHBrowseForFolderA (LPBROWSEINFOA lpbi)
     340ODINFUNCTION1(LPITEMIDLIST, SHBrowseForFolderA,
     341              LPBROWSEINFOA, lpbi)
    321342{
    322343        TRACE("(%p{lpszTitle=%s,owner=%i})\n",
Note: See TracChangeset for help on using the changeset viewer.