source: trunk/src/ole32/ole32.h@ 5928

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

compile fix for vac 3.6.5

File size: 1.2 KB
Line 
1/* $Id: ole32.h,v 1.19 2001-06-07 12:59:11 sandervl Exp $ */
2/*
3 *
4 * Project Odin Software License can be found in LICENSE.TXT
5 *
6 */
7/*
8 * Win32 OLE stubs for OS/2
9 *
10 * 1998/06/12
11 *
12 * Copyright 1998 Sander van Leeuwen
13 */
14#ifndef __OLE32_H__
15#define __OLE32_H__
16
17#define WINE_LARGE_INTEGER
18#define NONAMELESSUNION
19// ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error
20#define CINTERFACE 1
21
22// ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp]
23#include <stdarg.h>
24#include <stdio.h>
25#include <stdlib.h>
26#include <string.h>
27#include <memory.h>
28#include <wchar.h>
29
30// ><DJR 17.05.99 Prevent CALLCONV becoming _System
31#include <win/wtypes.h>
32#include <winbase.h>
33//#include <uconv.h>
34#undef CALLCONV
35
36#ifdef __cplusplus
37#include <os2win.h>
38#endif
39#include <ole2ver.h>
40#include <ole.h>
41#include <ole2.h>
42#include <winreg.h>
43
44#include "objbase.h"
45#include "docobj.h" /* for the IID_StdOleLink */
46
47#include "wine/obj_inplace.h"
48#include "wine/obj_oleobj.h"
49#include "wine/obj_surrogate.h"
50#include "wine/obj_errorinfo.h"
51#include "wine/obj_oleview.h"
52#include "wine/obj_cache.h"
53
54#include "debugtools.h"
55#include <unicode.h>
56
57#endif
Note: See TracBrowser for help on using the repository browser.