Michael Stefaniuc
|
14c551bc3a
|
rpcrt4/tests: Win64 printf format warning fixes.
|
2006-10-09 12:44:16 +02:00 |
Francois Gouget
|
1011bc47bf
|
rpcrt4: Don't return void values. This fixes Visual C++ warnings.
|
2006-10-02 11:54:43 +02:00 |
Stefan Huehner
|
998e256c82
|
Fix some -Wstrict-prototype warnings () -> (void).
|
2006-08-21 12:06:26 +02:00 |
Huw Davies
|
d9b6672530
|
rpcrt4: Add tests for NdrAllocate.
|
2006-08-17 11:19:17 +02:00 |
Robert Shearman
|
11da87d098
|
rpcrt4: NdrClientInitializeNew shouldn't clear all of the stub message, only selected fields.
|
2006-06-02 11:22:38 +02:00 |
Robert Shearman
|
bf985900e2
|
rpcrt4: For full pointers the state consists of flags, so or new flags into the field instead of assigning.
The return value of all full pointer functions that return an int
depends on the passed in query type being a flag in the state.
|
2006-05-30 12:24:22 +02:00 |
Robert Shearman
|
63307241dd
|
rpcrt4: Store the QueryType in the state table in NdrFullPointerQueryRefId.
Implement NdrFullPointerFree.
|
2006-05-27 10:54:39 +02:00 |
Robert Shearman
|
7af506b2b4
|
rpcrt4: Fix NdrFullPointerQueryRefId to make more tests pass.
|
2006-05-27 10:54:21 +02:00 |
Robert Shearman
|
767631d853
|
rpcrt4: Implement remaining part of NdrFullPointerQueryPointer and implement NdrFullPointerInsertRefId.
|
2006-05-27 10:53:48 +02:00 |
Robert Shearman
|
eb0fe9e6e3
|
rpcrt4: Implement some full pointer functions and add stubs for others.
Add some tests.
|
2006-05-27 10:53:29 +02:00 |
Alexandre Julliard
|
23f9e358ad
|
Tests should not use wine/unicode.h.
|
2006-05-24 18:05:09 +02:00 |
Huw Davies
|
00598e49cf
|
rpcrt4: Uncomment test now that it works correctly.
|
2006-05-23 17:51:50 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Huw Davies
|
f151ecb0d1
|
rpcrt4: Use IsClient to determine whether we can use the Buffer memory or not.
Add simple struct tests.
|
2006-05-20 14:03:56 +02:00 |
Huw Davies
|
effac656bb
|
rpcrt4: Don't update StubMsg->MemorySize while unmarshaling.
Add a bunch of marshaling tests (based on a program by Rob Shearman).
|
2006-05-17 21:46:43 +02:00 |