source: trunk/src/shell32/unknown.cpp@ 169

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

Fix: source files split

File size: 1.6 KB
Line 
1/* $Id: unknown.cpp,v 1.1 1999-06-23 22:19:05 phaller Exp $ */
2
3/*
4 * Project Odin Software License can be found in LICENSE.TXT
5 * Win32 SHELL32 Subsystem for OS/2
6 * 1998/05/19 PH Patrick Haller (haller@zebra.fh-weingarten.de)
7 */
8
9/*****************************************************************************
10 * Includes *
11 *****************************************************************************/
12#include <os2win.h>
13
14/*****************************************************************************
15 * Defines *
16 *****************************************************************************/
17
18/*****************************************************************************
19 * Structures *
20 *****************************************************************************/
21
22/*****************************************************************************
23 * Prototypes *
24 *****************************************************************************/
25
26
27/*****************************************************************************
28 * Name :
29 * Purpose : Unknown, undocumented Win32 API
30 * Parameters:
31 * Variables :
32 * Result :
33 * Remark :
34 * Status : UNTESTED STUB, UNKNOWN PARAMETERS
35 *
36 * Author : Patrick Haller [1999/06/21 20:01]
37 *****************************************************************************/
38
Note: See TracBrowser for help on using the repository browser.