Line | |
---|
1 | /*
|
---|
2 | * Win32 SHELL32 for OS/2
|
---|
3 | * Copyright 1999 Patrick Haller
|
---|
4 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
5 | */
|
---|
6 |
|
---|
7 |
|
---|
8 | /*****************************************************************************
|
---|
9 | * Includes *
|
---|
10 | *****************************************************************************/
|
---|
11 |
|
---|
12 | #include <os2win.h>
|
---|
13 | #include <shellapi.h>
|
---|
14 | #include <winreg.h>
|
---|
15 | #include "shell32.h"
|
---|
16 |
|
---|
17 | #include <stdarg.h>
|
---|
18 | //#include <builtin.h>
|
---|
19 | #include <stdio.h>
|
---|
20 | #include <stdlib.h>
|
---|
21 | #include <string.h>
|
---|
22 |
|
---|
23 | #include <misc.h>
|
---|
24 | #include <nameid.h>
|
---|
25 | #include <unicode.h>
|
---|
26 |
|
---|
27 |
|
---|
28 | /*****************************************************************************
|
---|
29 | * Types & Defines *
|
---|
30 | *****************************************************************************/
|
---|
31 |
|
---|
32 |
|
---|
33 | /*****************************************************************************
|
---|
34 | * Name :
|
---|
35 | * Purpose :
|
---|
36 | * Parameters:
|
---|
37 | * Variables :
|
---|
38 | * Result :
|
---|
39 | * Remark :
|
---|
40 | * Status : UNTESTED STUB
|
---|
41 | *
|
---|
42 | * Author : Patrick Haller [Tue, 1999/06/01 09:00]
|
---|
43 | *****************************************************************************/
|
---|
44 |
|
---|
45 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.