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

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.