* rpcdce.h: Protect OPTIONAL definition since it may be (legally) previously
defined. * windef.h : Ditto.
This commit is contained in:
parent
699dd00b3a
commit
42030c97d7
@ -1,3 +1,9 @@
|
||||
Thu Jun 22 14:36:19 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* rpcdce.h: Protect OPTIONAL definition since it may be (legally)
|
||||
previously defined.
|
||||
* windef.h : Ditto.
|
||||
|
||||
2000-06-14 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
|
||||
|
||||
* include/winnt.h: Add some missing defines related to locale
|
||||
|
@ -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
|
||||
|
@ -41,7 +41,9 @@ extern "C" {
|
||||
#endif
|
||||
#define IN
|
||||
#define OUT
|
||||
#ifndef OPTIONAL
|
||||
#define OPTIONAL
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define PACKED __attribute__((packed))
|
||||
|
Loading…
Reference in New Issue
Block a user