source: trunk/src/shlwapi/shlwapi.cpp@ 1559

Last change on this file since 1559 was 1559, checked in by phaller, 26 years ago

Add: new SHLWAPI dll created

File size: 773 bytes
Line 
1/* $Id: shlwapi.cpp,v 1.1 1999-11-02 20:53:37 phaller Exp $ */
2
3/*
4 * Win32 URL-handling APIs for OS/2
5 *
6 * Copyright 1999 Patrick Haller <phaller@gmx.net>
7 *
8 * Project Odin Software License can be found in LICENSE.TXT
9 *
10 * Copyright 1996,1998 Marcus Meissner
11 * Copyright 1996 Jukka Iivonen
12 * Copyright 1997 Uwe Bonnes
13 * Copyright 1999 Jens Wiessner
14 */
15
16
17#include <odin.h>
18#include <odinwrap.h>
19
20
21ODINDEBUGCHANNEL(SHLWAPI)
22
23
24/*****************************************************************************
25 * Name :
26 * Purpose :
27 * Parameters:
28 * Variables :
29 * Result :
30 * Remark :
31 * Status : UNTESTED STUB
32 *
33 * Author : Patrick Haller [Tue, 1998/06/16 23:00]
34 *****************************************************************************/
35
Note: See TracBrowser for help on using the repository browser.