* rpcdce.h: Protect OPTIONAL definition since it may be (legally) previously

defined.
* windef.h : Ditto.
This commit is contained in:
Christopher Faylor
2000-06-22 18:37:31 +00:00
parent 699dd00b3a
commit 42030c97d7
3 changed files with 10 additions and 0 deletions

View File

@ -8,7 +8,9 @@ extern "C" {
#define IN
#define OUT
#ifndef OPTIONAL
#define OPTIONAL
#endif
#define uuid_t UUID
#define rpc_binding_handle_t RPC_BINDING_HANDLE
#define rpc_binding_vector_t RPC_BINDING_VECTOR