| Line | |
|---|
| 1 | /* $Id: rpcrt4.h,v 1.2 2001-04-04 09:02:15 sandervl Exp $ */
|
|---|
| 2 | /* Definitions for the OLE RPCRT4
|
|---|
| 3 | *
|
|---|
| 4 | * Copyright 2000 D.J.Raison
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | #ifndef __ODIN_RPCRT4_H
|
|---|
| 8 | #define __ODIN_RPCRT4_H
|
|---|
| 9 |
|
|---|
| 10 | #define CINTERFACE 1
|
|---|
| 11 | #define RPC_UNICODE_SUPPORTED 1
|
|---|
| 12 |
|
|---|
| 13 | #include <stdarg.h>
|
|---|
| 14 | #include <stdio.h>
|
|---|
| 15 | #include <stdlib.h>
|
|---|
| 16 | #include <string.h>
|
|---|
| 17 | #include <memory.h>
|
|---|
| 18 | #include <wchar.h>
|
|---|
| 19 |
|
|---|
| 20 | #include <win/windef.h>
|
|---|
| 21 | #include <win/wtypes.h>
|
|---|
| 22 | #include <winbase.h>
|
|---|
| 23 | #undef CALLCONV
|
|---|
| 24 |
|
|---|
| 25 | #include <os2win.h>
|
|---|
| 26 | #include <ole2ver.h>
|
|---|
| 27 | #include <ole.h>
|
|---|
| 28 | #include <ole2.h>
|
|---|
| 29 | #include <winreg.h>
|
|---|
| 30 |
|
|---|
| 31 | #include "objbase.h"
|
|---|
| 32 |
|
|---|
| 33 | #include "wine/obj_inplace.h"
|
|---|
| 34 | #include "wine/obj_oleobj.h"
|
|---|
| 35 | #include "wine/obj_surrogate.h"
|
|---|
| 36 | #include "wine/obj_oleview.h"
|
|---|
| 37 | #include "wine/obj_cache.h"
|
|---|
| 38 |
|
|---|
| 39 | #include <rpcdce.h>
|
|---|
| 40 |
|
|---|
| 41 | #include <unicode.h>
|
|---|
| 42 |
|
|---|
| 43 | #endif /* __ODIN_RPCRT4_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.