* rpcdce.h: Protect OPTIONAL definition since it may be (legally) previously
defined. * windef.h : Ditto.
This commit is contained in:
@ -41,7 +41,9 @@ extern "C" {
|
||||
#endif
|
||||
#define IN
|
||||
#define OUT
|
||||
#ifndef OPTIONAL
|
||||
#define OPTIONAL
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define PACKED __attribute__((packed))
|
||||
|
Reference in New Issue
Block a user