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/specstrings.h')
-rw-r--r--winsup/w32api/include/specstrings.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/specstrings.h b/winsup/w32api/include/specstrings.h
index d5ee7f69d..9a3c496ac 100644
--- a/winsup/w32api/include/specstrings.h
+++ b/winsup/w32api/include/specstrings.h
@@ -6,8 +6,6 @@
/* __in and __out currently conflict with libstdc++, use with caution */
-#define IN
-#define OUT
#define __in
#define __inout
#define __in_opt
@@ -19,9 +17,6 @@
#define __struct_bcount(x)
#define __field_ecount_opt(x)
#define __out_bcount_opt(x)
-#ifndef OPTIONAL
-#define OPTIONAL
-#endif
#endif