* 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

@ -41,7 +41,9 @@ extern "C" {
#endif
#define IN
#define OUT
#ifndef OPTIONAL
#define OPTIONAL
#endif
#ifdef __GNUC__
#define PACKED __attribute__((packed))