Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Dimitrie O. Paun
|
53f9c21fb7
|
Use angle brackets (<>) rather than quotes ("") for the include
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
|
2003-08-28 21:43:34 +00:00 |
Pierre d'Herbemont
|
7f3074d1d4
|
Change __PPC__ define to __powerpc__.
|
2003-07-15 20:46:40 +00:00 |
Ove Kaaven
|
381e64758b
|
Dummy RPC exception macros.
|
2003-04-19 20:06:58 +00:00 |
Dimitrie O. Paun
|
8b36681bad
|
Rename __WINE__ to __WINESRC__.
|
2003-01-04 00:52:18 +00:00 |
Ove Kaaven
|
01bdccbc5d
|
Moved UUID type to rpcdce.h, as in the MS RPC headers.
Removed redundant prototype.
|
2002-12-18 02:21:38 +00:00 |
Francois Gouget
|
8e84fedab6
|
Updated the #include directives to match the latest Windows SDK and to
include our new headers.
|
2002-12-13 00:32:56 +00:00 |
Greg Turner
|
733b88bb60
|
- Cast NDR_* #defines to (unsigned long) instead of (UINT32) like MS
headers.
- Create __RPC_MAC__ and __RPC_WIN64__ conditional #defines.
- Correct NDR_LOCAL_DATA_REPRESENTATION for Mac's.
- New NDR_LOCAL_IS_BIG_ENDIAN conditional #define.
- #define TARGET_IS_NT50_OR_LATER.
|
2002-10-31 22:04:33 +00:00 |
Ove Kaaven
|
29b3061bfa
|
Some more RPC definitions.
|
2002-08-09 01:11:39 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Francois Gouget
|
d2cb1d1426
|
Include rpc*.h/windows.h/ole2.h just like windows.
|
2001-07-18 20:04:08 +00:00 |
Peter Hunnisett
|
8cec3cff1e
|
Added a bunch of entry points.
Added some stubs and header information.
Fixed some return codes.
|
2001-07-11 20:19:06 +00:00 |
Patrik Stridvall
|
1ed5577522
|
Don't include windows.h internally.
|
2000-11-30 01:31:28 +00:00 |
Francois Gouget
|
3cf87c66c7
|
Include the same headers as on Windows.
|
2000-11-25 03:08:34 +00:00 |
Francois Gouget
|
552fddc1cb
|
Moved things to the proper rpcxxx.h header.
Added some type definitions used by the MFC.
|
2000-11-08 05:06:10 +00:00 |
Alexandre Julliard
|
b08cb175de
|
Added guiddef.h and moved a few GUID definitions to the correct file.
|
2000-08-03 04:19:24 +00:00 |
Huw D M Davies
|
10b1b23d40
|
Create rpcrt4.dll.
Implement UuidCreate (using existing code from CoCreateGuid).
CoCreateGuid calls UuidCreate.
|
2000-07-15 19:53:50 +00:00 |