Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/windef.h')
-rw-r--r--winsup/w32api/include/windef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h
index 433cacfbb..129a9a7d7 100644
--- a/winsup/w32api/include/windef.h
+++ b/winsup/w32api/include/windef.h
@@ -41,7 +41,9 @@ extern "C" {
#endif
#define IN
#define OUT
+#ifndef OPTIONAL
#define OPTIONAL
+#endif
#ifdef __GNUC__
#define PACKED __attribute__((packed))