source: trunk/src/shlwapi/shlwapi.h@ 3669

Last change on this file since 3669 was 3539, checked in by phaller, 25 years ago

Further SHLWAPI development

File size: 685 bytes
Line 
1/* $Id: shlwapi.h,v 1.1 2000-05-15 02:43:17 phaller Exp $ */
2
3/*
4 * Win32 Lightweight SHELL32 for OS/2
5 *
6 * Copyright 2000 Patrick Haller
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11/*
12 * internal Shell32 Library definitions
13 */
14
15#ifndef _SHLWAPI_H_
16#define _SHLWAPI_H_
17
18
19/*****************************************************************************
20 * Includes *
21 *****************************************************************************/
22
23
24#ifdef __cplusplus
25 extern "C" {
26#endif /* defined(__cplusplus) */
27
28
29
30#ifdef __cplusplus
31 }
32#endif /* defined(__cplusplus) */
33
34
35
36#endif
Note: See TracBrowser for help on using the repository browser.