source: trunk/src/shlwapi/shlwapiguid.c@ 7029

Last change on this file since 7029 was 6712, checked in by sandervl, 24 years ago

restored old version

File size: 399 bytes
Line 
1/*
2 * SHRegOpenStream
3 */
4#ifdef __WIN32OS2__
5#include <odin.h>
6#include <odinwrap.h>
7#include <os2sel.h>
8
9#include <string.h>
10#include <ctype.h>
11#include <wctype.h>
12#define HAVE_WCTYPE_H
13
14#define ICOM_CINTERFACE 1
15#define CINTERFACE 1
16#define INITGUID
17
18#endif
19
20#include <string.h>
21
22#include "winerror.h"
23#include "winreg.h"
24#include "wine/obj_storage.h"
25
26#include "heap.h"
27#include "debugtools.h"
28
Note: See TracBrowser for help on using the repository browser.